.home-video {
    width: 100%;
    height: auto;
    /*max-width: 1515px;*/
}

.home-comm-text {
    display: none;
}

.home_see {
    text-align: center;
}

.home_see button {
  color: #ffd8b8; 
  background-color: #2e2360; 
  text-decoration: none;
  border: 5px solid #2e2360;
  /*font-size: 18px; */
  font-size: 1.5em;
  font-weight: bold;
  /*padding: 8px 15px; */
  border-radius: 5px;
  cursor: pointer; 
  transition: all 0.3s ease;
}

.home_see button:hover {
  background-color: #EA5E5F; 
  color: #2e2360;
  border-color: #EA5E5F;
}
