@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Open+Sans');
.cod-hub-hero .hub-tile.editmode .modal-overlay {
  display: none;
}
.cod-hub-hero .main-feature .hub-tile {
  padding-bottom: 40%;
}
.cod-hub-hero .sub-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cod-hub-hero .sub-features .hub-sub-tile {
  width: 33.33%;
  position: relative;
}
.cod-hub-hero .sub-features .hub-sub-tile:nth-child(2):before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 5;
}
.cod-hub-hero .sub-features .hub-sub-tile:nth-child(2):after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  z-index: 5;
}
.cod-hub-hero .sub-features .hub-sub-tile .hub-tile .tile-bgs div {
  background-blend-mode: luminosity;
}
.cod-hub-hero .sub-features .hub-sub-tile .hub-tile:hover .tile-bgs div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: transparent !important;
}
.cod-hub-hero .sub-features .hub-sub-tile .hub-tile:hover .tile-content .game-icon:before {
  content: "";
  width: 100%;
}
.cod-hub-hero .sub-features .hub-sub-tile .hub-tile:hover .tile-content .tile-cta:before {
  content: "";
  width: 100%;
}
.cod-hub-hero .sub-features .hub-sub-tile .hub-tile.active .tile-bgs div {
  background-color: transparent !important;
}
@media screen and (max-width: 1024px) {
  .cod-hub-hero .main-feature .hub-tile,
  .cod-hub-hero .sub-features .hub-tile {
    min-height: 550px;
    padding-bottom: 110%;
  }
  .cod-hub-hero .sub-features {
    display: block;
  }
  .cod-hub-hero .sub-features .hub-sub-tile {
    width: 100%;
  }
  .cod-hub-hero .sub-features .hub-sub-tile:nth-child(2):before,
  .cod-hub-hero .sub-features .hub-sub-tile:nth-child(2):after {
    display: none;
  }
}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
.hub-tile {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  border-bottom: 2px solid #000;
}
.hub-tile[data-game="bo4"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-tile[data-game="bo4"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="bo4"] .tile-content .tile-cta p {
  border: 1px solid #ff6600;
}
.hub-tile[data-game="bo4"] .tile-content .tile-cta a {
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
}
.hub-tile[data-game="bo4"] .tile-content .tile-cta a:hover {
  background-color: #aa4800;
}
.hub-tile[data-game="bo4"] .tile-content .tile-cta:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="wwii"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-tile[data-game="wwii"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="wwii"] .tile-content .tile-cta p {
  border: 1px solid #ff6600;
}
.hub-tile[data-game="wwii"] .tile-content .tile-cta a {
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
}
.hub-tile[data-game="wwii"] .tile-content .tile-cta a:hover {
  background-color: #aa4800;
}
.hub-tile[data-game="wwii"] .tile-content .tile-cta:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="iw"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/bo4-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-tile[data-game="iw"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="iw"] .tile-content .tile-cta p {
  border: 1px solid #ff6600;
}
.hub-tile[data-game="iw"] .tile-content .tile-cta a {
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
  background-size: 2px;
}
.hub-tile[data-game="iw"] .tile-content .tile-cta a:hover {
  background-color: #aa4800;
}
.hub-tile[data-game="iw"] .tile-content .tile-cta:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 107, 0, 0), #ff6b00, rgba(255, 107, 0, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="iw"] .tile-content .tile-cta .tile-bgs div {
  background-color: #ffff03;
}
.hub-tile[data-game="cwl"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/mycod-icon-dropshadow.png") center center no-repeat;
  width: 80px;
  height: 80px;
}
.hub-tile[data-game="cwl"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="cwl"] .tile-content .tile-cta p {
  border: 1px solid #FFF;
}
.hub-tile[data-game="cwl"] .tile-content .tile-cta a {
  background-color: #1e1e1e;
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile.svg");
  border: 1px solid #e1e1e1;
  background-size: 2px;
}
.hub-tile[data-game="cwl"] .tile-content .tile-cta a:hover {
  background-color: #3c3c3c;
}
.hub-tile[data-game="cwl"] .tile-content .tile-cta:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="mycod"] .game-icon .icon {
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/mycod-icon-dropshadow.png") center center no-repeat;
  width: 85px;
  height: 80px;
}
.hub-tile[data-game="mycod"] .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile[data-game="mycod"] .tile-content .tile-cta p {
  border: 1px solid #FFF;
}
.hub-tile[data-game="mycod"] .tile-content .tile-cta a {
  background-color: #616161;
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile.svg");
  border: 1px solid #e1e1e1;
  background-size: 2px;
}
.hub-tile[data-game="mycod"] .tile-content .tile-cta a:hover {
  background-color: #9b9b9b;
}
.hub-tile[data-game="mycod"] .tile-content .tile-cta:before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile.editmode .modal-overlay {
  width: 30%;
  display: block;
  height: auto;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 10%;
}
.hub-tile .tile-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}
.hub-tile .tile-bgs .desktop-only {
  display: block;
}
.hub-tile .tile-bgs .mobile-only {
  display: none;
}
.hub-tile .tile-bgs .tile-video-bg {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hub-tile .tile-bgs .tile-video-bg video {
  position: absolute;
  top: 50%;
  left: 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%);
}
.hub-tile .tile-bgs div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.hub-tile .tile-content {
  width: 80%;
  max-width: 480px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  padding-top: 50px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.hub-tile .tile-content .play-button {
  width: 50px;
  height: 50px;
  background: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/play-tile.png");
  background-size: 2px;
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  margin: 0px auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  top: 0;
  left: 50%;
  cursor: pointer;
}
.hub-tile .tile-content .play-button:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid white;
  display: inline-block;
  margin: -12px 0px 0px -6px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.hub-tile .tile-content .play-button:hover {
  -webkit-transform: translate(-50%, 0) scale(1.1);
  -moz-transform: translate(-50%, 0) scale(1.1);
  -ms-transform: translate(-50%, 0) scale(1.1);
  -o-transform: translate(-50%, 0) scale(1.1);
  transform: translate(-50%, 0) scale(1.1);
}
.hub-tile .tile-content .game-icon {
  position: relative;
}
.hub-tile .tile-content .game-icon .icon {
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-size: 100%;
}
.hub-tile .tile-content .game-icon:before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: absolute;
  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%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hub-tile .tile-content .tile-title {
  padding: 45px 0 55px;
  margin-top: -40px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 90%);
}
.hub-tile .tile-content .tile-title h3 {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
}
.hub-tile .tile-content .tile-cta {
  position: relative;
  display: block;
  margin-top: -25px;
}
.hub-tile .tile-content .tile-cta p {
  position: relative;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #e1e1e1;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #713000 center center repeat;
  background-size: 2px;
  display: inline-block;
  background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile.svg");
  min-width: 200px;
  max-width: 480px;
}
.hub-tile .tile-content .tile-cta a {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 15px 11px;
  font-size: 13px;
  text-shadow: 0px 0px 18px #646464;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: 3px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hub-tile .tile-bgs .desktop-only {
    display: none;
  }
  .hub-tile .tile-bgs .mobile-only {
    display: block;
  }
  .hub-tile .tile-bgs .tile-video-bg video {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  html[lang='en'] .cod-hub-hero .main-feature .hub-tile,
  html[lang='en'] .cod-hub-hero .sub-features .hub-tile {
    height: 33vw;
    min-height: 0px !important;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/atvi/callofduty/hub/components/hub/hub-app-banner/clientlibs/css/hub-app.less
Error: NameError: .mons-reg is undefined in /apps/atvi/callofduty/hub/components/hub/hub-app-banner/clientlibs/css/hub-app.less on line 49, column 9:
48         text-align: center;
49         .mons-reg();
50 


(uncompiled LESS src is included below)
*****************************************************/
@import "/apps/atvi/callofduty/global/clientlibs/common/css/utils.less";

.cod-app-banner {

    .mobile { display: none; }
    .desktop { display: block; }

    position: relative;

    &:before {
		content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

	&:after {
		content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .inner-container {
		width: 100%;
        max-width: 1280px;
        padding: 0 15px;
        margin: 0 auto;
        .flexbox();
        .flex-justify(space-between);
        .flex-align(center);
    }

	.app-banner {
		width: 55%;

        div, img { width: 100%; }
    }

    .app-content {
		width: 40%;
        text-align: center;
        .mons-reg();

        h3 {
			text-transform: uppercase;
            font-size: 25px;
            color: #FFF;
            margin-bottom: 25px;
            letter-spacing: 1px;
    		line-height: 1.2;
        }

        .cta {

            position: relative;
            z-index: 20;
            background-color: rgba(255, 255, 255, .2);
            .transition(all .8s);
            margin: 0 auto;
            color: #FFF;
            border: 1px solid @orange; 
            background: #713000 center center repeat;
            display: inline-block;
            min-width: 200px;
            max-width: 480px;

            a {
                padding: 15px 11px;
                font-size: 13px;
                text-shadow: 0px 0px 18px rgba(100, 100, 100, 1);
                line-height: 1.3;
                color: #FFF;
                letter-spacing: 3px;
                .transition(all .8s);
                text-transform: uppercase;
                text-decoration: none;
                display: block;
                text-align: center;
                background-image: url("../../../../../../content/dam/atvi/callofduty/hub/touch-ui/common/break-tile-orange.svg");
                background-size: 2px;

                &:hover {
					background-color: #aa4800;
                }
            }
        }

        ul {

            margin-top: 30px;

            li { 
                display: inline-block; 
                margin: 0 15px;
                width: 120px;

                img { width: 100%; }

                a { display: block; }
            }

        }
    }

    @media screen and (max-width: 1024px) {

        .mobile { display: block; }
    	.desktop { display: none; }

        padding-bottom: 50px;

        .inner-container {
			display: block;
        }

		.app-banner, .app-content {
			width: 100%;
        }

        .app-content {
			margin-top: 25px;
        }

    }

}

@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
body {
  background-color: #000;
}
body > .root > .aem-Grid #bo4-wtb {
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper {
    width: 80%;
    max-width: 1280px;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-title {
    margin: 0px;
    text-align: left;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-subtitle {
    margin: 15px 0 20px;
    text-align: left;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-left,
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-right {
    width: 100%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header-container .buy-header-desc.float-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-header {
    order: 3;
    width: 30%;
    min-width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-column-one {
    order: 1;
    width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .buy-column-two {
    order: 2;
    width: 30%;
  }
  body > .root > .aem-Grid #bo4-wtb .buy-wrapper .disclaimer-text-container {
    order: 3;
  }
}
body > .root > .aem-Grid > .modal-overlay {
  transition: all .8s !important;
}
.modal-overlay {
  opacity: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000;
  cursor: default;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.modal-overlay.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-overlay.active:before {
  content: "";
  display: none;
}
.modal-overlay .inner-modal {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 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%);
}
.modal-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.modal-overlay .modal-close {
  font-family: sans-serif;
  font-size: 90px;
  position: absolute;
  top: 50px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #FFF;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.modal-overlay .modal-content {
  position: relative;
}
.modal-overlay .external-link-overlay {
  display: none;
}
.atvi-video .atvi-agegate {
  background: #000;
}
.atvi-video .atvi-agegate h2.dob-prompt {
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.atvi-video .atvi-agegate .submit {
  background-color: #FFF;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

