.pl-sn-watchbox .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-watchbox .pl-tg-shelf {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pl-sn-watchbox .tg-title {
  text-align: center;
  margin-bottom: 1em;
}
.pl-sn-watchbox .pl-watchbox-module {
  padding: 1em 1em;
  overflow-y: hidden;
}
.pl-sn-watchbox .pl-watchbox-module.nopad-bottom {
  padding-bottom: 0;
}
.pl-sn-watchbox .after-download {
  display: none;
}
.pl-sn-watchbox .pl-watchbox-splash {
  text-align: center;
}
.pl-sn-watchbox .pl-tg-splashes {
  line-height: .7;
}
.pl-sn-watchbox .pl-tg-splash-image {
  overflow: hidden;
  max-width: 80%;
  width: 800px;
  display: inline-block;
  margin-top: 1em;
  position: relative;
}
.pl-sn-watchbox .pl-tg-splash-image .overlay {
  display: block;
  color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pl-sn-watchbox .pl-tg-splash-image .overlay .overlay-pad {
  text-align: center;
}
.pl-sn-watchbox .pl-tg-splash-image .overlay .pl-tg-video-button {
  background: rgba(255, 255, 255, 0.6);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  opacity: .5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.pl-sn-watchbox .pl-tg-splash-image .overlay .pl-tg-video-button .pl-icon {
  opacity: 1;
}
.pl-sn-watchbox .pl-tg-splash-image img {
  display: block;
  margin-bottom: -10%;
}
.pl-sn-watchbox .pl-tg-splash-image:hover {
  cursor: pointer;
}
.pl-sn-watchbox .pl-tg-splash-image:hover img {
  opacity: .5;
}
.pl-sn-watchbox .pl-tg-splash-image:hover .pl-tg-video-button {
  opacity: 1;
}

.pl-sn-watchbox .pl-tg-heroes .pl-content-pad {
  padding-top: 1em;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-content {
  padding-top: 1em;
  max-width: 29em;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-media {
  width: 600px;
  float: left;
  margin-top: -14em;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-media img {
  display: block;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-content,
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content {
  margin-left: 50%;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-media,
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-media {
  margin-left: -10em;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-content {
  margin-left: 0;
}
.pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-media {
  margin-left: 33em;
}


@media screen and (max-width: 768px) {
  .pl-sn-watchbox .format-hero .watchbox-hero,
  .pl-sn-watchbox .format-hero-flip .watchbox-hero {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pl-sn-watchbox .format-hero .watchbox-hero > div,
  .pl-sn-watchbox .format-hero-flip .watchbox-hero > div {
    width: 100%;
  }
  .pl-sn-watchbox .format-hero .watchbox-hero > div.watchbox-head,
  .pl-sn-watchbox .format-hero-flip .watchbox-hero > div.watchbox-head,
  .pl-sn-watchbox .format-hero .watchbox-hero > div.watchbox-media,
  .pl-sn-watchbox .format-hero-flip .watchbox-hero > div.watchbox-media {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pl-sn-watchbox .format-callout .watchbox-hero .watchbox-head,
  .pl-sn-watchbox .format-callout-flip .watchbox-hero .watchbox-head {
    display: block;
  }
  .pl-sn-watchbox .format-callout .watchbox-hero .watchbox-head > div,
  .pl-sn-watchbox .format-callout-flip .watchbox-hero .watchbox-head > div {
    text-align: center;
    width: 100%;
    padding: .5em 0;
  }
  .pl-sn-watchbox .format-callout .watchbox-hero .watchbox-head > div .watchbox-btns,
  .pl-sn-watchbox .format-callout-flip .watchbox-hero .watchbox-head > div .watchbox-btns {
    text-align: center;
  }
  .pl-sn-watchbox .format-callout .watchbox-hero .watchbox-head > div .watchbox-btns a,
  .pl-sn-watchbox .format-callout-flip .watchbox-hero .watchbox-head > div .watchbox-btns a {
    margin: .5em;
  }
}

@media (max-width: 960px) {
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-content,
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content {
    margin-left: 57%;
  }
}
@media (max-width: 768px) {
  .pl-sn-watchbox .pl-watchbox-module {
    padding: 2em 1em;
  }
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad {
    padding-top: 3em;
  }
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-content {
    padding-top: 2em;
  }
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-media {
    float: none;
    margin: 0 !important;
    max-width: 100%;
  }
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad .pl-hero-content,
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-right .pl-hero-content,
  .pl-sn-watchbox .pl-tg-heroes .pl-content-pad.pl-section-left .pl-hero-content {
    margin-left: 0;
  }
}
