.section-beta.version-reveal {
  position: relative;
  width: 100%;
}
.section-beta.version-reveal .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-beta.version-reveal .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-beta.version-reveal .foreground-content {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.section-beta.version-reveal .foreground-content > div:not(.modal) {
  position: relative;
  left: 50%;
  text-align: center;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.section-beta.version-reveal .foreground-content .beta-image {
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-callout {
  margin-top: 1rem;
  font-size: 1rem;
  display: none;
}
.section-beta.version-reveal .foreground-content .cta-button-container a,
.section-beta.version-reveal .foreground-content .beta-faq a {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    text-rendering: optimizeLegibility;
  }
}
.section-beta.version-reveal .foreground-content .cta-button-container a:after,
.section-beta.version-reveal .foreground-content .beta-faq a:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a:after,
  .section-beta.version-reveal .foreground-content .beta-faq a:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-beta.version-reveal .foreground-content .cta-button-container a:hover,
  .section-beta.version-reveal .foreground-content .beta-faq a:hover {
    background-color: #ff6600;
  }
  .section-beta.version-reveal .foreground-content .cta-button-container a:hover:after,
  .section-beta.version-reveal .foreground-content .beta-faq a:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}
.section-beta.version-reveal .foreground-content .beta-disclaimer {
  margin-top: 2rem;
  line-height: 1.25;
}
.section-beta.version-reveal .foreground-content .beta-faq {
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-terms {
  margin-top: 20px;
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-terms a {
  color: #ff6600;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .section-beta.version-reveal {
    height: 525px;
    height: 75vw;
    margin-top: 1.5rem;
  }
  .section-beta.version-reveal .background .mobile {
    display: none;
  }
  .section-beta.version-reveal .background .desktop {
    display: block;
  }
  .section-beta.version-reveal .cta-button-container {
    margin-top: 1rem;
  }
  .section-beta.version-reveal .cta-button {
    display: block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .section-beta.version-reveal {
    /*height: 100vh;*/
    height: auto;
  }
  .section-beta.version-reveal .background .mobile {
    display: block;
  }
  .section-beta.version-reveal .background .desktop {
    display: none;
  }
  .section-beta.version-reveal .foreground-content {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 320px) {
  .section-beta.version-reveal .cta-button a {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal {
    height: 650px;
    height: 100vh;
    min-height: 420px;
  }
  .section-beta.version-reveal .background .mobile {
    display: none;
  }
  .section-beta.version-reveal .cta-button-container {
    margin-top: 30px;
  }
  .section-beta.version-reveal .cta-button-container .cta-button {
    display: inline-block;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-child(odd) {
    margin-right: 1rem;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-child(even) {
    margin-left: 1rem;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-of-type(3) {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section-beta.version-reveal .beta-disclaimer {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .section-beta.version-reveal .beta-disclaimer {
    width: 60%;
  }
}
@media screen and (max-height: 640px) {
  .section-beta.version-reveal {
    /*height: 100vh;*/
    height: auto;
  }
  .section-beta.version-reveal .foreground-content {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faq-modal,
.yt-modal {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 641px) {
  .faq-modal,
  .yt-modal {
    -webkit-transition: opacity .5s ease-out, height 0s ease .5s;
    -moz-transition: opacity .5s ease-out, height 0s ease .5s;
    -ms-transition: opacity .5s ease-out, height 0s ease .5s;
    -o-transition: opacity .5s ease-out, height 0s ease .5s;
    transition: opacity .5s ease-out, height 0s ease .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal .modal-close.page-overlay,
.yt-modal .modal-close.page-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.faq-modal .modal-close.button,
.yt-modal .modal-close.button {
  position: absolute;
  display: block;
  top: .5rem;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/close-menu.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.faq-modal .modal-content-container,
.yt-modal .modal-content-container {
  border: 1px solid #ff6600;
  position: absolute;
  padding: 55px 1rem 1rem;
  background-color: #000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 80%;
  max-width: 900px;
  min-width: 300px;
  height: 65vh;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(.3);
  -moz-transform: translate3d(-50%, -50%, 0) scale(.3);
  -ms-transform: translate3d(-50%, -50%, 0) scale(.3);
  -o-transform: translate3d(-50%, -50%, 0) scale(.3);
  transform: translate3d(-50%, -50%, 0) scale(.3);
}
@media screen and (min-width: 641px) {
  .faq-modal .modal-content-container,
  .yt-modal .modal-content-container {
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal .modal-inner,
.yt-modal .modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq-modal .modal-inner a,
.yt-modal .modal-inner a {
  color: #ff6600;
}
.faq-modal .jspTrack,
.yt-modal .jspTrack {
  background: #484747;
}
.faq-modal .jspDrag,
.yt-modal .jspDrag {
  background: #ff6600;
}
.faq-modal.active,
.yt-modal.active {
  opacity: 1;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .faq-modal.active,
  .yt-modal.active {
    -webkit-transition: opacity .5s ease-out, height 0s;
    -moz-transition: opacity .5s ease-out, height 0s;
    -ms-transition: opacity .5s ease-out, height 0s;
    -o-transition: opacity .5s ease-out, height 0s;
    transition: opacity .5s ease-out, height 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal.active .modal-content-container,
.yt-modal.active .modal-content-container {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.faq-modal iframe,
.yt-modal iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

