@charset 'UTF-8';

.headingArchivePages {
  display: none;
}
.flexBox {
  margin-top: 1em;
}
@media screen and (min-width: 901px){
  .flexBox {
    display: flex;
    margin-top: 0;
  }
  .flexBox dt {
    width: 11em;
  }
}
.indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.quote {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
}
.text--right {
  text-align: right;
}
.wrap_movie {
  align-items: center;
}
.wrap_movie button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900.9px) {
  .wrap_movie .image {
    grid-row: 1 / 2;
  }
}
.modal-video-movie-wrap {
  width: unset;
  height: 85%;
  padding-bottom: unset !important;
  aspect-ratio: 9 / 16;
}
.modal-video-close-btn {
  top: -30px;
}
@media (orientation: landscape) {
  .modal-video-movie-wrap {
    height: 100%;
  }
  .modal-video-close-btn {
    top: 0;
  }
}