/* app/assets/stylesheets/movie/desktop/movieDetails.css */
.movie-details {
  width: 100%;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 1px;
}
.movie-details__mop-link {
  display: block;
  float: left;
  overflow: hidden;
}
.movie-details__movie-img {
  height: 250px;
  width: 164px;
  object-fit: fill;
}
.movie-details__detail {
  background-color: var(--neutral-400);
  min-height: 250px;
  margin: 0;
  font-size: 0.929em;
  line-height: 1.4;
  padding: 15px 0;
  font-family: "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}
.movie-details__release-date {
  color: var(--neutral-000);
  text-transform: uppercase;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 1.857em;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style: normal;
}
.movie-details__fan-ratings {
  color: var(--neutral-000);
  font-weight: normal;
  font-size: 12px;
}
.movie-details__film-formats {
  background-color: var(--neutral-400);
  border: solid 1px rgba(255, 255, 255, 0.05);
  color: #c9c9c9;
  clear: both;
  text-align: left;
  min-height: 28px;
}
.movie-details__film-formats-header {
  display: inline-block;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 1px 0 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c4c4;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
  width: 55px;
}
.movie-details__format {
  display: inline-block;
  margin: 0 0 0 6px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  color: var(--neutral-000);
}
.movie-details__format::after {
  content: "";
  display: inline-block;
  height: 12px;
  font-size: 0;
  border-right: 1px solid #d8d8d8;
  padding-left: 8px;
  vertical-align: middle;
  margin: 6px 0 7px;
}
.movie-details__format:last-child:after {
  display: none;
}
.movie-offer {
  min-width: 100%;
  background-color: #333;
  padding: 10px 10px 20px;
  color: var(--neutral-000);
  margin: 2px 0 21px;
}
.movie-offer__label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.movie-offer__title {
  font-size: 13px;
  margin: 5px 0;
}
.movie-offer__disclaimer {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.movie-offer__flag {
  position: relative;
  bottom: -30px;
  left: -20px;
  background-color: #285B93;
  background-position: 8px 6px;
  background-size: 13px;
  font-size: 13px;
  line-height: 15px;
  padding: 6px 8px 6px 25px;
  text-transform: uppercase;
  color: var(--neutral-000);
  cursor: pointer;
}
.movie-offer__flag.icon-vip-plus-points-white {
  background-size: 35px;
  padding-left: 46px;
}
.movie-offer__flag::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent #285B93;
  top: -10px;
  border-width: 10px 10px 0 0;
  left: 0;
}
a.movie-offer__flag:hover {
  color: var(--neutral-000);
}

/* app/assets/stylesheets/desktop/shared/favoriteFlyout.css */
.favoriteFlyout {
  background: rgba(51, 51, 51, 0.95);
  border-top: 2px solid var(--orange-400);
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.3);
  display: table;
  border-collapse: collapse;
  position: fixed;
  padding: 10px 10px 10px 15px;
  width: 224px;
  height: auto;
  top: 15px;
  right: 30px;
  opacity: 0;
  z-index: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: -o-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
section.favoriteFlyout--visible {
  opacity: 1;
  z-index: 1000;
}
.favoriteFlyout::before {
  background: var(--neutral-000) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMzMzMzMzO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQsMi42bC0xLjctMS4xbDAsMGMwLDAsMCwwLDAsMEwyMCwwbC03LjcsMTEuN2wtMy4yLDQuMkwzLjgsOS44TDAsMTMuMmwxLjMsMS41YzAsMCwwLDAuMSwwLjEsMC4xTDgsMjIuMw0KCUM4LjUsMjIuOCw4LjksMjMsOS43LDIzYzAuOC0wLjEsMS4yLTAuMywxLjYtMC45bDcuNC0xMS41TDI0LDIuNnoiLz4NCjwvc3ZnPg0K) no-repeat 50% 50%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.favoriteFlyout.favoriteFlyout--hidden::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojM0EzQTNBO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMSwxMmw3LjEtNy4xYzEuMS0xLjEsMS4xLTMsMC00LjFjLTEuMS0xLjEtMy0xLjEtNC4xLDBMMTIsNy45TDQuOSwwLjhjLTEuMS0xLjEtMy0xLjEtNC4xLDANCgljLTEuMSwxLjEtMS4xLDMsMCw0LjFMNy45LDEybC03LjEsNy4xYy0xLjEsMS4xLTEuMSwzLDAsNC4xYzAuNiwwLjYsMS4zLDAuOCwyLDAuOHMxLjUtMC4zLDItMC44bDcuMS03LjFsNy4xLDcuMQ0KCWMwLjYsMC42LDEuMywwLjgsMiwwLjhjMC43LDAsMS41LTAuMywyLTAuOGMxLjEtMS4xLDEuMS0zLDAtNC4xTDE2LjEsMTJ6Ii8+DQo8L3N2Zz4NCg==);
}
.favoriteFlyout::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--orange-400);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: -0.25px;
}
.favoriteFlyout__message {
  color: #fff;
  padding: 15px 10px 15px 49px;
}

/* app/assets/stylesheets/desktop/shared/subNav.css */
.subnav {
  background: rgba(0, 0, 0, 0) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/movie/bg-header.daggfkfu.jpg") no-repeat scroll center 0;
}
.subnav__title {
  margin-top: 20px;
  color: var(--neutral-000);
  display: inline-block;
  vertical-align: top;
}
.subnav__title--accent {
  color: var(--orange-400);
}
.subnav .favorite-add {
  margin-left: 5px;
  display: inline-block;
  width: 29px;
  height: 27px;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  background-color: transparent;
  font-size: 0;
}
.subnav__link-list {
  margin-bottom: 10px;
}
.subnav__link-item {
  display: inline-block;
  margin-right: 36px;
}
.subnav__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.subnav__link-list:hover .subnav__link {
  color: var(--neutral-300);
}
.subnav__link-list:hover .subnav__link:hover {
  color: #fff;
}
.subnav__link-list .vertical-dropdown {
  margin-right: 0;
  position: relative;
}
.subnav__link-list .vertical-dropdown > .subnav__link:after {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  border-top: 11px solid var(--orange-400);
  content: "";
  bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.subnav__link-list .dropdown-nav {
  z-index: 50;
  display: none;
  background: #fff;
  margin-left: 0;
  position: absolute;
  left: 0;
  padding-bottom: 7px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover > a,
.subnav__link-list .vertical-dropdown.is-tapped > a {
  color: #fff;
  opacity: 1;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav {
  display: block;
  width: 196px;
  overflow: hidden;
}
.subnav__link-list .dropdown-nav .subnav__link-item {
  width: 196px;
  border-bottom: 3px solid #fff;
  padding-left: 15px;
}
.subnav__link-list .vertical-dropdown a {
  display: block;
  line-height: 1.2;
  padding: 4px 0 2px 0;
}
.subnav__link-list .vertical-dropdown .dropdown-nav a {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a {
  color: #ccc;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a:hover {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .subnav__link-item:hover {
  border-bottom: 3px solid var(--orange-400);
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav .subnav__link-item:first-child,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav .subnav__link-item:first-child {
  border-top: 3px solid var(--orange-400);
  padding-top: 5px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav:hover .subnav__link-item:first-child {
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 880px) {
  .subnav__link-list .dropdown-nav {
    left: -135px;
  }
}

/* app/assets/stylesheets/photos/gallery/gallery.css */
.carousel-style-gallery {
  padding-bottom: 40px;
  width: 100%;
  background-color: var(--neutral-700);
  background-image: -webkit-radial-gradient(#333, #000);
  background-image: -o-radial-gradient(#333, #000);
  background-image: radial-gradient(#333, #000);
  color: var(--neutral-000);
  margin-bottom: 30px;
}
.carousel-style-gallery .heading-style-1 {
  margin: 15px 0;
  color: inherit;
}
.carousel-style-gallery:-webkit-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery:-moz-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery:fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery .splide__track {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.carousel-style-gallery .schema {
  height: 100%;
}
.carousel-style-gallery:-webkit-full-screen .splide__track {
  height: 100%;
}
.carousel-style-gallery:-moz-full-screen .splide__track {
  height: 100%;
}
.carousel-style-gallery:-ms-fullscreen .splide__track {
  height: 100%;
}
.carousel-style-gallery:fullscreen .splide__track {
  height: 100%;
}
.carousel-style-gallery .carousel-items {
  position: relative;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.thumbnails-active .carousel-items {
  opacity: 0;
}
.thumbnails-active .ad {
  display: none;
}
.carousel-style-gallery .carousel-items > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.carousel-style-gallery .carousel-items > li > .row {
  height: 100%;
}
.carousel-style-gallery .carousel-items > li > .row > .content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.carousel-style-gallery .carousel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel-style-gallery__attribution {
  font-style: italic;
  font-size: inherit;
}
.carousel-style-gallery .carousel-item-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
}
.carousel-style-gallery .carousel-item-detail > .row > div {
  position: absolute;
  bottom: 0;
  padding: 25px 25px 25px 5px;
  width: 460px;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  line-height: 22px;
}
.carousel-style-gallery .carousel-item-detail .heading-size-xs {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
}
.carousel-style-gallery .carousel-item-detail p {
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
}
.carousel-style-gallery .toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--neutral-500);
  color: var(--neutral-000);
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
.carousel-style-gallery .current-slide-indicator {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.carousel-style-gallery .toolbar menu > .toolbar__fullscreen {
  margin-left: auto;
}
.carousel-style-gallery .toolbar menu > .toolbar__play {
  margin-right: auto;
}
.carousel-style-gallery .toolbar menu {
  display: flex;
  justify-content: space-between;
}
.carousel-style-gallery .toolbar menu > li > button {
  margin: 0 10px;
  cursor: pointer;
}
.carousel-style-gallery .toolbar menu > li > button .icon,
.carousel-style-gallery .toolbar menu > li > .icon {
  background-size: 100%;
  width: 13px;
  height: 13px;
}
.carousel-style-gallery .toolbar menu > li .share-panel-container .icon {
  background-size: 22px 22px;
}
.carousel-style-gallery .toolbar menu .current-slide {
  display: block;
  padding: 5px;
  color: var(--neutral-000);
  text-align: center;
  font-style: italic;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.carousel-style-gallery .fd-carousel__arrow {
  position: absolute;
  top: 50%;
  margin: -15px 20px 0;
  width: 37px;
  height: 37px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carousel-style-gallery .fd-carousel__arrow--right {
  right: 0;
  left: auto;
}
.carousel-style-gallery.end .icon.right-arrow-white,
.carousel-style-gallery.thumbnails-active .photo-gallery-arrow {
  opacity: 0;
  cursor: default;
}
.carousel-style-gallery.end h1 {
  visibility: hidden;
}
.carousel-style-gallery .thumbnails {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 83px;
  left: 0;
  overflow: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.thumbnails-active .thumbnails {
  top: 0;
  opacity: 1;
}
.carousel-style-gallery .thumbnails .grid > li {
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: 130px;
  height: 110px;
  border: 2px solid transparent;
  cursor: pointer;
}
.carousel-style-gallery .thumbnails .grid > li.active {
  border-color: var(--orange-500);
}
.carousel-style-gallery .gallery__thumbnail {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-style-gallery .gallery__thumbnail > img {
  position: absolute;
  top: 0;
  opacity: 0;
}
#gallery-interstitial {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.endcard {
  color: var(--neutral-000);
  text-align: center;
}
.endcard > .row {
  position: absolute;
  top: 80%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.endcard > .row > div {
  height: 100%;
  vertical-align: middle;
}
.endcard ul {
  margin: 25px 0;
}
.endcard ul .media {
  float: none;
  vertical-align: top;
}
.endcard ul .media > div {
  margin-top: 5px;
  text-align: left;
}
.endcard .share-btn {
  display: inline-block;
  padding: 15px;
  margin-left: 15px;
  line-height: 21px;
}
.endcard .title {
  font-size: 14px;
}
.carousel-style-gallery .carousel-items > li > .row > .sidebar > .ad-multi-logo {
  position: absolute;
  top: 20px;
  right: 0;
  width: 300px;
  text-align: center;
}
@media (min-width: 1025px) {
  .carousel-style-gallery .carousel-items > li > .row > .sidebar {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .carousel-style-gallery .carousel-items > li > .row > .sidebar > .ad-box {
    position: absolute;
    top: 50%;
    left: 35%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .carousel-style-gallery .fd-carousel__arrow {
    display: none;
  }
  .carousel-style-gallery .carousel-items > li > .row > .sidebar + .content {
    margin-right: 0;
  }
  .carousel-style-gallery .splide__track {
    height: 480px;
  }
  .carousel-style-gallery .carousel-item-detail > .row > div {
    width: 100%;
  }
  .carousel-style-gallery .carousel-image {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .carousel-style-gallery .toolbar menu > .toolbar__play {
    margin-right: unset;
  }
  .carousel-style-gallery .current-slide-indicator {
    margin: auto;
  }
}
.is-mobile .carousel-style-gallery .carousel-items > li > .row {
  padding: 0;
}
.is-mobile .carousel-style-gallery .carousel-image {
  height: 100%;
  max-height: unset;
  max-width: unset;
}
.is-mobile .carousel-style-gallery .carousel-image.landscape {
  height: unset;
  max-width: 100%;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/movies/photos/desktop.8b69iehq.css */
/*# sourceMappingURL=desktop.css.map */
