/*
 * ==========================================================
 * INSTITUTE — SHARED HOME VIDEO
 * Migrado desde custom_css_js — I7.21
 * Componente compartido entre Home y Dashboard del Panel.
 * ==========================================================
 */

.home-video-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
}

@media (max-width: 768px) {
  .home-video-container {
    min-height: 60vh; 
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home-video-container .home-video-play-button {

background-color: #b20000;
width: 80px;
height: 80px;

}
