.you-tube-hero {
  position: relative;
  display: block;
  background: #FFFFFF no-repeat center top;
  background-size: 100%;
  margin: 0 auto;
}

.you-tube-hero.bg-size-cover {
  background-size: cover;
}

.you-tube-hero.abs-stretch,
.yt-hero-content_container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  text-align: center;
}

.yt-hero-content_container.relative {
  position: relative;
  width: 100%;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: auto;
}

.play-btn-full {
  display: block;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url("/media/export/cms/you_tube_hero/play_icon_off.png") no-repeat center;
  background-size: 10%;
  cursor: pointer;
  z-index: 5;
}

.play-btn-full:hover {
  background-image: url("/media/export/cms/you_tube_hero/play_icon_over.png");
}

.yt-overlay {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  overflow: hidden;
  /*padding: 4% 10.9% 0;*/
  z-index: 10;
  display: none;
  text-align: center;
}

.yt-player-container {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1012px;
  min-width: 480px;
  background: #000000;
  margin: 2.5% auto 0;
}

.yt-player {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
}

.no-max .yt-player {
  max-width: none;
  min-width: 480px;
}

.yt-close {
  display: block;
  position: absolute;
  width: 3.1%;
  height: 5.6%;
  top: 1%;
  right: 1%;
  background: url("/media/export/cms/you_tube_hero/yt_close.png") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 10;
}

.yt-hero-content_container .copy-container {
  position: absolute;
  width: 40%;
  left: 55%;
  top: 28.7%;
  text-align: center;
  z-index: 5;
}

.yt-hero-content_container .copy-container.left {
  left: 10%;
}

.yt-hero-content_container .copy-container.abs-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.yt-hero-content_container h2 {
  font-size: 2.769em;
  margin: 0.250em 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.yt-hero-content_container h3 {
  font-size: 1.692em;
  font-style: italic;
  margin: 0.409em 0;
  text-align: center;
  text-transform: none;
}

.yt-hero-content_container p {
  font-family: "LinotypeDidotRoman", Times-Roman, "Times New Roman", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.154em;
  text-align: center;
  margin: 0.600em 0;
  color: #000000;
}


.yt-hero-content_container .text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}


.yt-hero-content_container .text-shadow-punch {
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}

.yt-hero-content_container .white {
  color: #FFFFFF;
}

.yt-hero-content_container .btn-reg,
.yt-hero-content_container .btn-lrg {
  margin-top: 0.47em;
}

.yt-hero-content_container img {
  width: 100%;
  height: auto;
}


/* Mobile and SPP related content item styles */
.device-mobile .you-tube-hero {
  width: 100%;
  height: auto;
}

.device-mobile .yt-hero-content_container {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  overflow: hidden;
  z-index: auto;
}

.device-mobile .yt-hero-content_container .bg-img {
  width: 100%;
  height: auto;
}

.device-mobile .yt-player-container {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: none;
  min-width: 0;
  background: #000000;
  margin: 2.5% auto 0;
}

.device-mobile .yt-close {
  width: 13%;
  height: 11%;
}

