/* app/assets/stylesheets/movie/overview/desktop/movieDetail.css */
.movie-detail--desktop {
  background-color: transparent;
  background-image: none;
}
.movie-detail.fd-panel {
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--light-overlay-8);
  margin-bottom: 20px;
}
.movie-detail__video-link,
.movie-detail__video-image,
.movie-detail__video {
  height: 315px;
}
.movie-detail__video-image {
  max-width: 200px;
  visibility: hidden;
}
.movie-detail__head-side-image {
  flex: auto;
  position: relative;
}
.movie-detail-header__info-bloc-wrap {
  display: flex;
}
.movie-detail__buy-tickets-btn {
  height: 36px;
  width: 230px;
  margin-top: 16px;
  margin-right: 20px;
}
.movie-detail__info-wrap {
  width: calc(100% - 230px);
}
.movie-detail__video-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-overlay-60);
}
.movie-detail__video-close-btn {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 47px;
  right: 22px;
  background-size: 50%;
  z-index: 9;
  border-radius: 50%;
  background-color: #efefef;
}
.movie-detail__video-container {
  position: relative;
}
.movie-detail__head-side-image .jwplayer {
  border-radius: 4px;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.12), 0 5px 16px 0 rgba(0, 0, 0, 0.08);
}

/* swug-virtual-bundle-specifier://images.fandango.co.uk/fandango-www/screenplay/assets/v2/stylesheets/bundles/microSite/desktop.au0a0nhb.css */
/*# sourceMappingURL=desktop.css.map */
