/* app/assets/stylesheets/desktop/global/components/wall.css */
.content-wall .content-item-container {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content-item {
  background: none repeat scroll 0 0 var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.content-wall .content-item {
  background: var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.content-wall .visual-container {
  display: block;
  overflow: hidden;
  width: 100%;
  background: var(--neutral-000);
  border-radius: 4px 4px 0 0;
  position: relative;
}
.content-wall .content-item-headline {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  margin: 16px;
  color: var(--blue-600);
}
.content-wall {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.content-wall .content-item-container.hide-item {
  visibility: hidden;
}
.content-wall .visual-thumb {
  width: 100%;
}
.content-wall .visual-container > .icon,
.content-wall .content-item-thumb > .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.6;
}
.no-touch .content-wall .visual-container:hover > .icon {
  opacity: 1;
}
.content-wall .content-item-headline a {
  color: var(--blue-600);
}
.content-item-list {
  overflow: hidden;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.content-item-container {
  padding: 1px 11px 0;
}
@media only screen and (max-width: 540px) {
  .is-mobile .content-item-container--mobile-100 {
    clear: both;
    width: 100%;
  }
}
.content-wall .content-item-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.generic.content-wall {
  overflow: hidden;
}
.generic.content-wall .type-article .article-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: visible;
  padding: 5px 0;
  min-height: 2em;
  width: 100%;
  background-color: var(--neutral-700);
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--neutral-000);
  text-align: center;
}
.generic.content-wall .type-article .author-name,
.generic.content-wall .type-article .article-date {
  margin: 0 0 0 65px;
  text-align: left;
  display: block;
}
.generic.content-wall .type-article .article-date {
  font-weight: bold;
  color: #ebebeb;
  text-transform: uppercase;
}
.generic.content-wall .type-article .author-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.generic.content-wall .type-article .circular {
  position: absolute;
  top: -50%;
  left: 1%;
  width: 55px;
  height: 55px;
  border-radius: 150px;
  opacity: 1;
}
.generic.content-wall .type-article .circular img {
  position: relative;
  top: 3px;
  left: 1px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--neutral-000);
  border-radius: 150px;
}
.poster-wall > ul > li {
  margin-bottom: 20px;
}
.poster-wall .poster > div > a {
  height: 50px;
}
#inTheatersContentWall time {
  display: none;
}
.actions {
  text-align: right;
  padding-right: 28px;
  padding-bottom: 30px;
}
.more-btn {
  min-width: 277px;
}
.is-mobile .actions {
  padding-right: 0;
}
.is-mobile .more-btn {
  width: 100%;
}

/* app/assets/stylesheets/person/overview/theme.css */
.pop-content {
  background: var(--orange-600) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/person/overview/person-overview-header-bg.daggfkfu.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.pop-content .cta {
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
.pop-content--inner {
  background-image: -webkit-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: -o-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: linear-gradient(transparent 33%, var(--dark-overlay-60));
  color: #ccc;
  padding-bottom: 20px;
}
.pop-content--lower {
  background: #ebebeb;
  padding: 20px 10px;
}
.pop-biography {
  background-color: rgba(51, 51, 51, 0.4);
  color: var(--neutral-000);
  padding: 20px 10px;
  line-height: 20px;
}
.pop-biography--headline {
  color: var(--neutral-000);
  padding-bottom: 10px;
  text-align: center;
}
.pop-biography--more-link {
  width: 100%;
  text-align: right;
}
.pop-featured-video__summary-wrapper {
  font-size: 14px;
  width: 81%;
  padding: 14px 0;
  color: #ccc;
  min-height: 96px !important;
}
.pop-featured-video__video-title {
  font-size: 13px;
  font-weight: 900;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  color: #ccc;
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.pop--data-provided-by {
  color: var(--neutral-200);
  margin: 1em 0;
}
.theme__pop .content-wall .content-item {
  box-shadow: none;
}
.theme__pop .content-wall .content-item-container {
  margin-bottom: 40px;
}
.theme__pop .content-wall .content-item-container:before {
  display: none;
}
.theme__pop .content-wall .content-item-container:after {
  right: 10px;
  bottom: -21px;
  left: 10px;
  height: 21px;
  background-position: center bottom;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22800px%22%0A%09%20height%3D%2230px%22%20viewBox%3D%220%200%20800%2030%22%20style%3D%22enable-background%3Anew%200%200%20800%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.15%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22shadow%22%20class%3D%22st0%22%20d%3D%22M0%2C0v30h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3Cpath%20id%3D%22ticket%22%20class%3D%22st1%22%20d%3D%22M0%2C0v29h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  width: auto;
  background-color: transparent;
  border-radius: 0;
}
.theme__pop .content-wall .content-item-headline {
  padding-bottom: 6px;
}
.pop-recommendations {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pop-content--lower {
    padding: 20px 0;
  }
  .pop-content .cta {
    float: left;
    padding-left: 10px;
  }
  .heading-style-stub {
    border: none;
    padding: 0 10px;
    margin: 0;
  }
  .heading-size-xl {
    font-size: 35px;
    line-height: 32px;
  }
}

/* app/assets/stylesheets/person/overview/header.css */
.pop-header {
  position: relative;
  height: 105px;
  text-transform: uppercase;
}
.pop-header--row {
  height: 100%;
}
.pop-header--headline {
  margin: 20px 0 2px;
}
.pop-header--headline-link,
.no-touch .pop-header--headline-link:hover {
  color: var(--neutral-000);
}
.pop-header--title-page-name {
  font-weight: normal;
  color: var(--orange-400);
}
.pop-header--nav-list {
  position: absolute;
  bottom: 15px;
}
.pop-header--nav-list-item {
  margin-right: 20px;
}
.pop-header--nav-link {
  font-weight: bold;
  font-size: 14px;
  color: #8b8b8b;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.no-touch .pop-header--nav-link:hover,
.pop-header--nav-link__active {
  color: var(--neutral-000);
}
.is-mobile .pop-header {
  height: inherit;
}
.is-mobile .pop-header--headline {
  margin: 10px 0;
}
.is-mobile .pop-header--nav-list {
  position: unset;
  bottom: unset;
  margin-bottom: 10px;
}
.is-mobile .pop-header--nav-list-item {
  margin-right: 20px;
  display: inline-block;
  padding: 9px 7px;
}
.is-mobile .pop-content--inner > .ad {
  padding: 20px 0 10px;
}

/* app/assets/stylesheets/person/overview/headshot.css */
.pop-headshot,
.pop-headshot--detail {
  max-width: 100%;
}
.pop-headshot {
  display: flex;
  background-color: var(--neutral-400);
}
.pop-headshot--detail {
  flex: 1;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}
.pop-headshot--photo {
  flex: 1;
  width: 130px;
}
.pop-headshot--birthdate {
  color: #ccc;
  display: block;
  padding: 70px 10px 8px;
}
.pop-headshot--birthplace {
  color: var(--neutral-300);
  display: block;
  padding: 15px 10px 8px;
}
@media screen and (max-width: 1024px) {
  .is-desktop .pop-headshot {
    display: block;
  }
  .is-desktop .pop-headshot--photo {
    width: unset;
  }
  .is-desktop .pop-headshot--birthdate {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1124px) {
  .is-desktop .pop-headshot--birthdate {
    padding-top: 25px;
  }
}

/* app/assets/stylesheets/person/overview/overview.css */
.fandangoJWEmbed {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: 353px;
  width: 100%;
}

/* app/assets/stylesheets/shared/global/carousels/caligariCarousel.css */
.caligari-carousel {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.caligari-carousel__list {
  font-size: 0;
  margin: 0 43px;
  position: relative;
  white-space: nowrap;
}
.caligari-carousel__item {
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
  vertical-align: top;
  white-space: normal;
}
.caligari-carousel__item-inner {
  background-color: var(--neutral-000);
  display: block;
  height: 254px;
  position: relative;
  width: 126px;
}
.caligari-carousel__img-wrap {
  display: block;
  overflow: hidden;
  padding-top: 150%;
  position: relative;
  z-index: 0;
}
.caligari-carousel__img {
  height: 100%;
  min-height: auto;
  position: absolute;
  top: 0;
}
.caligari-carousel__info-wrap {
  padding: 8px;
}
.caligari-carousel__title {
  display: block;
  font-size: 20px;
  height: auto;
  line-height: 18px;
  margin-bottom: 2px;
  max-height: 35px;
  overflow: hidden;
}
.caligari-carousel__text {
  color: var(--neutral-300);
  font-style: italic;
  font-size: 14px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-weight: normal;
}
.caligari-carousel__link:focus,
.no-touch .caligari-carousel__link:hover,
.caligari-carousel__link:focus *,
.no-touch .caligari-carousel__link:hover * {
  color: #275b93;
  text-decoration: underline;
}
.caligari-carousel__flipper {
  background-color: var(--neutral-000);
  position: absolute;
  top: 0;
  margin: auto;
  width: 43px;
  height: 100%;
  font-size: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.caligari-carousel__flipper--left {
  border-right: 5px solid #ebebeb;
}
.caligari-carousel__flipper--right {
  border-left: 5px solid #ebebeb;
  right: 0;
}
.caligari-carousel__flipper:focus {
  outline-style: auto;
  outline-width: 3px;
  outline-color: #4691e3;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.caligari-carousel__flipper:before {
  content: "";
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
}
.caligari-carousel__flipper--left:before {
  border-radius: 0 40px 40px 0;
  left: 0;
}
.caligari-carousel__flipper--right:before {
  border-radius: 40px 0 0 40px;
  right: 0;
}
.caligari-carousel__flipper:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.8;
}
.caligari-carousel__flipper--left:after {
  left: 0;
  background: transparent no-repeat 1px center;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/left-arrow.10a0mkgs.svg");
}
.caligari-carousel__flipper--right:after {
  right: 0;
  background: transparent no-repeat 9px center;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/right-arrow.6vppbkui.svg");
}
.caligari-carousel__flipper:hover:after {
  opacity: 1.0;
}

/* app/assets/stylesheets/video/mediaPlayer/desktop.css */
.media-player {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.media-player img {
  height: 100%;
  width: 100%;
}
.media-player__placeholder {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  position: relative;
  min-width: 300px;
  max-width: 100%;
}
.media-player__placeholder:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: " ";
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.media-player__placeholder:hover:before {
  background-color: var(--dark-overlay-60);
}
.media-player__placeholder:after {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-type-play-white.dl0dkhoq.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
}
.is-mobile .media-player__placeholder:after {
  background-size: 60px;
}
.media-player__frame {
  background-color: var(--neutral-700);
  border: none;
  visibility: visible;
  width: 100%;
}
.media-player--no-video {
  background-color: rgba(41, 127, 200, 0.25);
  min-height: 350px;
}
.media-player--no-video:before {
  content: "TRAILER COMING SOON";
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  color: var(--neutral-000);
}

/* app/assets/stylesheets/video/videoPlaylistModule/desktop.css */
.video-playlist {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1800px' height='1px' viewBox='0 0 1800 1'%3E%3Crect x='928.5' fill='%23EBEBEB' width='871.5' height='1' /%3E%3Crect fill='%23EBEBEB' width='871.5' height='1' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 20px;
  padding: 13px;
  position: relative;
  width: calc(100% - 2px);
  left: 1px;
}
.video-playlist::before {
  border-top: 1px solid #ebebeb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-playlist__list,
.video-playlist__item {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
}
.video-playlist__list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20000em;
}
.video-playlist__item {
  font-size: 0;
  height: 92px;
  margin: 0 6px;
  max-height: 92px;
  overflow: hidden;
  padding: 0;
  width: 127px;
  float: left;
}
.video-playlist__item a {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
}
.video-playlist__item a:focus {
  border: inset 2px #4078a7;
}
.video-playlist__item--active a::before {
  background: rgba(241, 85, 0, 0.6) none repeat scroll 0 0;
  color: var(--neutral-000);
  content: "NOW PLAYING";
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  padding: 25% 20px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.video-playlist__item:hover .video-playlist-thumb__wrap {
  background-color: var(--dark-overlay-80);
  display: block;
}
.video-playlist__item .video-playlist-thumb__wrap,
.video-playlist__item--active:hover .video-playlist-thumb__wrap,
.video-playlist__item--active:hover .video-playlist-thumb__title {
  display: none;
  height: 100% !important;
  overflow: hidden;
  padding: 14px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.video-playlist__navigation {
  -moz-user-select: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 20px;
  font-size: 0;
}
.video-playlist__navigation--prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13px' height='80px' viewBox='-18 -15 13 80'%3E%3Cpath fill='%23ffffff' d='M-17,65V36.4c6.6,0,12-5.4,12-12s-5.4-12-12-12V-15h-1v27.4v1c0.3,0,0.6,0,0.8,0 c0.1,0,0.1,0,0.2,0c6.1,0.1,11,5,11,11s-4.9,10.9-11,11c-0.1,0-0.1,0-0.2,0c-0.3,0-0.6,0-0.8,0v1V65H-17z' /%3E%3C/svg%3E");
  left: 0;
  margin-left: -1px;
}
.video-playlist__navigation--next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13px' height='80px' viewBox='-18 -15 13 80'%3E%3Cpath fill='%23ffffff' d='M-6-15v28.6c-6.6,0-12,5.4-12,12s5.4,12,12,12V65h1V37.6v-1c-0.3,0-0.6,0-0.8,0 c-0.1,0-0.1,0-0.2,0c-6.1-0.1-11-5-11-11s4.9-10.9,11-11c0.1,0,0.1,0,0.2,0c0.3,0,0.6,0,0.8,0v-1V-15H-6z' /%3E%3C/svg%3E");
  margin-right: -1px;
  right: 0;
}
.video-playlist__navigation::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
}
.video-playlist__navigation--prev::after,
.video-playlist__navigation--next::after {
  background-position: center center;
  background-repeat: no-repeat;
}
.video-playlist__navigation--prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9px' height='14px' viewBox='-20 19 9 14'%3E%3Cpath fill='%23ffffff' d='M-12.7,32.7c-0.2,0.2-0.6,0.2-0.9,0l-6.2-6.2c-0.2-0.2-0.2-0.6,0-0.9l6.2-6.2 c0.2-0.2,0.6-0.2,0.9,0l1.5,1.5c0.2,0.2,0.2,0.6,0,0.9l-3.9,3.9c-0.2,0.2-0.2,0.6,0,0.9l3.9,3.9c0.2,0.2,0.2,0.6,0,0.9L-12.7,32.7z ' /%3E%3C/svg%3E");
  left: -3px;
}
.video-playlist__navigation--next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9px' height='14px' viewBox='-20 19 9 14'%3E%3Cpath fill='%23ffffff' d='M-18.3,19.4c0.2-0.2,0.6-0.2,0.9,0l6.2,6.2c0.2,0.2,0.2,0.6,0,0.9l-6.2,6.2 c-0.2,0.2-0.6,0.2-0.9,0l-1.5-1.5c-0.2-0.2-0.2-0.6,0-0.9l3.9-3.9c0.2-0.2,0.2-0.6,0-0.9l-3.9-3.9c-0.2-0.2-0.2-0.6,0-0.9 L-18.3,19.4z' /%3E%3C/svg%3E");
  left: 13px;
}
.video-playlist__navigation--disabled::after {
  cursor: default;
  opacity: 0;
}
.video-playlist-index {
  bottom: -5px;
  color: #ccc;
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.video-playlist-thumb__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-playlist-thumb__wrap {
  color: var(--neutral-000);
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 100% !important;
  line-height: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.video-playlist__description {
  display: none;
}
.video-playlist__jcarousel {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

/* app/assets/stylesheets/video/videoRedbandModal/desktop.css */
.redband-modal .dialog-content {
  width: 40%;
  background-color: var(--neutral-000);
}
.redband-modal--content-wrap {
  padding: 30px 30px 0;
}
.redband-modal--header {
  color: #4c4c4c;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 38px;
  line-height: 35px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
}
.redband-modal--confirm,
.redband-modal--notice {
  margin-bottom: 15px;
}
.redband-modal--confirm {
  color: var(--orange-400);
  font-weight: bold;
  font-size: 15px;
}
.redband-modal--reveal {
  text-align: center;
}
.redband-modal--privacy-policy {
  background-color: #ebebeb;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.redband-modal--x {
  color: var(--neutral-300);
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
.redband-modal .close-reveal-modal {
  top: 0;
  right: 0;
  z-index: 2;
  color: var(--neutral-000);
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(74, 167, 246, 0.6);
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  width: 240px;
}

/* app/assets/stylesheets/video/videoEndCard/desktop.css */
.video-end-card-container {
  width: 640px;
  height: 350px;
  background-color: var(--neutral-400);
}
.video-end-card-area {
  text-align: center;
  padding: 56px 0 50px 2px;
}
.video-end-card {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 180px;
  box-sizing: content-box;
}
.video-end-card .overlay-wrapper {
  display: none;
}
.video-end-card:hover .overlay-wrapper {
  display: block;
  background-color: var(--dark-overlay-80);
  position: absolute;
  width: 180px;
  height: 120px;
  padding: 9px;
  overflow: hidden;
}
.video-end-card img {
  width: 180px;
  height: 120px;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/person/overview/desktop.10sp6k71.css */
/*# sourceMappingURL=desktop.css.map */
