@charset "utf-8";
/* CSS Document */
video {
  /* override other styles to make responsive */
  width: 100%   !important;
  height: 100%   !important;
}


/*------MEDIA PAGE------*/
#moviesMain{
    align-content: center;
    padding: 10px 0 25px 0;
}

.movHero {
  height: 160px;
  align-content: center;
}

@media (min-width: 414px){
    .movHero {
  height: 220px;
    }
}

@media (min-width: 576px){
    .movHero {
  height: 280px;
    }
}

@media (min-width: 768px){
    .movHero {
  height: 320px;
    }
}

@media (min-width: 992px){
    .movHero {
  height: 400px;
    }
}

.movie1-wide {
  background-image: url(../../assets/img/movies/pop_dance.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}