.main-blk .main-cont .big-txt {
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.7;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .main-blk .main-cont .big-txt {
    width: 100%;
    font-size: 2.2rem;
  }
}

.movie-blk video {
  border: 1px solid #eee;
}

.ptxt {
  text-align: center;
  padding: 4em 0 1em 0;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ptxt {
    font-size: 1.3rem;
    text-align: left;
    width: 95%;
  }
}/*# sourceMappingURL=top.css.map */