.container {
  max-width: 810px;
}

.movie-h2 {
  text-align: center;
  color: #ed731e !important;
  font-size: 32px;
  border: none !important;
  position: relative;
}
.movie-h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 270px;
  background-color: #ed731e;
  height: 1px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.row + .movie-h3 {
  margin-top: 80px;
}

.movie-h3 {
  background: rgba(237, 115, 30, 0.8);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.movie-p {
  font-size: 14px;
  line-height: 1.7;
}

.has-imagephoto {
  position: relative;
}
.has-imagephoto p {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 20px;
  line-height: 0;
  margin: 0;
}

.movie-wrap {
  position: relative;
}
.movie-wrap:after {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cookie-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #26b7bc;
  border-radius: 7px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.cookie-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.coming-soon {
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 28%;
  padding-bottom: 28%;
  font-size: 40px;
  font-weight: bold;
}

.movie-title {
  font-size: 24px;
  margin-top: 70px;
  border-top: 2px solid #ed731e;
  border-bottom: 2px solid #ed731e;
  padding: 5px 0;
}/*# sourceMappingURL=movie.css.map */