@charset "UTF-8";

.scroll_ban {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.zoom-movie-modal {
  display: none;
  width: 100%;
  max-width: max-content;
  height: auto;
  margin: auto;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.zoom-movie-modal .video-js{
  width: 780px;
  height: 445px;
}

.overlay {
  background-color: #000;
  opacity: 0.8;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 997;
  cursor: pointer;
}

.movie_overlay::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 105;
  cursor: pointer;
}

.animation {
  opacity: 1;
}

.movie_box .movie{
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 880px;
  aspect-ratio: 16 / 9;
  /* background-color: #ccc; */
}
.movie_box .movie video{
  width: 100%;
  height: 100%;
}