@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.g-bk_heading {
  position: relative;
  margin: 0 0 65px;
  text-align: center;
}
.g-bk_heading:before {
  position: relative;
  z-index: 0;
  content: "MOVIE";
  font-size: 8.4rem;
  letter-spacing: 13.44px;
  color: #F8F7F4;
  white-space: nowrap;
  text-align: center;
}
.g-bk_heading .large {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7142857143;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .g-bk_heading {
    margin: 0 -15px 58px;
    overflow: hidden;
  }
  .g-bk_heading:before {
    font-size: 6.8rem;
    line-height: 1.7058823529;
    left: 50%;
    letter-spacing: 10.88px;
    margin: 0 0 0 -100%;
  }
  .g-bk_heading .large {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 4.16px;
  }
}
.movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.movies__item {
  width: calc((100% - 40px) / 2);
  margin: 0 0 71px;
}
.movies__item .movie_frame {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
.movies__item .movie_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movies__item .title {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .movies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .movies__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .movies__item .title {
    margin: 16px 0 0;
  }
}

/*# sourceMappingURL=movie.css.map */
