/*
Theme Name: Hokuriku Eizo Archive
Text Domain: hokuriku-eizo-archive
Version: 1.0.0
*/
main {
  width: 100%;
}

main div.jumbotron {
  width: 100%;
  height: calc(100vh - 310px);
}

@media screen and (max-width: 1279px) {
  main div.jumbotron {
    height: calc(100vh - 208px);
  }
}

@media screen and (max-width: 1024px) {
  main div.jumbotron {
    height: calc(100vh - 278px);
  }
}

main div.jumbotron a.jumbotron-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-size: center center;
}

main div.jumbotron a.jumbotron-background img {
  width: 100%;
  height: auto;
}

main div.wp-movie-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main div.wp-movie-top-flex {
    display: block;
  }
}

main div.wp-movie-top-flex div.wp-movie-top-flex-left {
  width: calc(100% - 280px);
}

@media screen and (max-width: 768px) {
  main div.wp-movie-top-flex div.wp-movie-top-flex-left {
    width: 100%;
  }
}

main div.wp-movie-top-flex div.wp-movie-top-flex-right {
  width: 240px;
}

@media screen and (max-width: 768px) {
  main div.wp-movie-top-flex div.wp-movie-top-flex-right {
    width: 100%;
    text-align: center;
  }
}

div.movie-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}

@media screen and (max-width: 1279px) {
  div.movie-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  div.movie-grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

div.movie-grid div.movie-card {
  padding: 24px;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

div.movie-grid div.movie-card iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

div.movie-grid div.movie-card div.movie-title {
  margin-top: 12px;
  font-weight: bold;
}

div.movie-grid div.movie-card div.movie-description {
  margin-top: 12px;
  font-size: 0.9rem;
}

div.movie-grid div.movie-card div.movie-videographer {
  margin-top: 12px;
  font-size: 0.9rem;
}
/*# sourceMappingURL=style.css.map */