@charset "UTF-8";

#mv_movie + * .content_wrapper {
  padding: 0;
}

#mv_movie + * .mv_movie {
  height: 75vh;
  position: relative;
}

#mv_movie + * .mv_movie video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  #mv_movie + * .mv_movie {
    height: auto;
  }

  #mv_movie + * .mv_movie video {
    position: static;
    transform: unset;
  }
}
