@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.va-bold-it {
  font-family: 'VA-Text-Caps-Bold-It';
}
/*.green-btn() {
    .basic-cta();
    border: 1px solid #71af3a;
    color: #d2d4cd;
    text-shadow: 0px 0px 15px #000000;
    &:before {
        background-image: linear-gradient(6deg, #71af3a 0%, #649732 30% 70%, #71af3a 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #71af3a 0%, #6ca336 30% 70%, #71af3a 100%);
        opacity: 1;
    }
    
    &:hover {
        color: #ffffff;
        box-shadow: inset 0px 0px 30px #bb9934;
        border: 1px solid #679e25;
        &:before{ opacity: 0; }
    }
}*/
/*.gray-btn(){ 

	.basic-cta();
	//border: 1px solid #f4f4f4;;
    //color: #171a1a;
    color: #000000;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #f4f4f4 0%, #c2c5bb 30% 70%, #f4f4f4 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #ffffff 0%, #f4f4f4 30% 70%, #ffffff 100%);
    	opacity: 1;
    }
    
    &:hover {
        color: #000000;
        //border: 1px solid #ffffff;
        box-shadow: inset 0px 0px 30px #ffffff;

        &:before{ opacity: 0; }
    }

}*/
#mw2-wtb-module[data-current-platform="ms"] li.weapon-xp .standard .has-feature,
#mw2-wtb-module[data-current-platform="ps"] li.weapon-xp .standard .has-feature {
  display: none;
}
#mw2-wtb-module[data-current-platform="ms"] .feature-item.oni,
#mw2-wtb-module[data-current-platform="pc"] .feature-item.oni,
#mw2-wtb-module[data-current-platform="steam"] .feature-item.oni,
#mw2-wtb-module[data-current-platform="ms"] .feature-item.battle-pass-55-tier,
#mw2-wtb-module[data-current-platform="pc"] .feature-item.battle-pass-55-tier,
#mw2-wtb-module[data-current-platform="steam"] .feature-item.battle-pass-55-tier {
  display: none;
}
#mw2-wtb-module[data-current-platform="ps"] .feature-item.battle-pass-50-tier {
  display: none;
}
#mw2-wtb-module .feature-item.beta-early-access {
  display: none;
}
body:not(.coral--light) .wtb-portal-container[data-current-path="modernwarfare2"] .portal-screen-container {
  height: 100%;
}
@media screen and (max-width: 1023.5px) {
  body:not(.coral--light) .wtb-portal-container[data-current-path="modernwarfare2"] {
    height: 1500px;
  }
}
@media screen and (max-width: 480px) {
  body:not(.coral--light) .wtb-portal-container[data-current-path="modernwarfare2"] {
    height: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.coral--light) .wtb-portal-container[data-current-path="modernwarfare2"] {
    height: 755px;
  }
  body:not(.coral--light) .wtb-portal-container[data-current-path="modernwarfare2"][data-current-screen="1"] {
    height: 1055px;
  }
}
.bundle-selection.portal-screen-container.modernwarfare2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  line-height: 1.3;
  font-size: 18px;
}
.bundle-selection.portal-screen-container.modernwarfare2 > div,
.bundle-selection.portal-screen-container.modernwarfare2 .sub-screen-container {
  width: 92vw;
  max-width: 1280px;
  margin: auto;
}
.bundle-selection.portal-screen-container.modernwarfare2 .bundle-selection-content-container {
  position: relative;
}
.bundle-selection.portal-screen-container.modernwarfare2 .atvi-wheretobuy {
  width: auto;
  padding: 0;
}
.bundle-selection.portal-screen-container.modernwarfare2 .atvi-wheretobuy > .inner {
  width: auto;
  left: auto;
  right: auto;
  display: block;
}
.bundle-selection.portal-screen-container.modernwarfare2 .bundle-item {
  position: relative;
}
.bundle-selection.portal-screen-container.modernwarfare2 .bundle-select-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item {
  position: relative;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-image-container,
.bundle-selection.portal-screen-container.modernwarfare2 .feature-image,
.bundle-selection.portal-screen-container.modernwarfare2 .feature-render {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-image {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
  position: relative;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-check {
  text-align: center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-render .svg-element {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-render svg {
  max-height: 18px;
  margin: 0 auto;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-render .fill-element {
  fill: #fff;
}
.bundle-selection.portal-screen-container.modernwarfare2 .disclaimers-container p:nth-child(n+2) {
  margin-top: 1rem;
}
.bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container {
  color: #a59d95;
}
.bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container a {
  color: #fff;
  font-size: inherit;
  text-decoration: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease 0.2s;
  -moz-transition: opacity 0.5s ease 0.2s;
  -ms-transition: opacity 0.5s ease 0.2s;
  -o-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal.active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 9999;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal.active > .inner {
  width: 90vw;
  max-width: 400px;
  height: 200px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal.active > .inner {
    margin-top: 0;
    overflow: unset;
  }
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal.active .background-container {
  background-color: rgba(0, 0, 0, 0.875);
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: background-color 1s ease 0.2s;
  -moz-transition: background-color 1s ease 0.2s;
  -ms-transition: background-color 1s ease 0.2s;
  -o-transition: background-color 1s ease 0.2s;
  transition: background-color 1s ease 0.2s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal > .inner {
  position: absolute;
  padding: 2rem 1rem;
  border-top: 2px solid #79d9ff;
  border-left: 2px solid #2a2e31;
  background-color: rgba(0, 0, 0, 0.95);
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 1s;
  -moz-transition: opacity 1.3s ease 1s;
  -ms-transition: opacity 1.3s ease 1s;
  -o-transition: opacity 1.3s ease 1s;
  transition: opacity 1.3s ease 1s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-message {
  margin-bottom: 1rem;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn {
  display: inline-block;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/common/ui-elements/blue-tile.png');
  background-color: #242424;
  color: #94bbc2;
  box-shadow: inset 0px 0px 5px #597985;
  border: 1px solid #597985;
  line-height: 42px;
  padding: 0 20px;
  min-width: 150px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  font-size: 16px;
  text-shadow: 0px 0px 0px #97cde1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:after {
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  transform: scaleX(0);
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:before {
  bottom: -1px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:after {
  top: -1px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:hover {
  background-color: #282828;
  text-shadow: 0px 0px 10px #79d9ff;
  color: #79d9ff;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:hover:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .modal-btn:hover:after {
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 60px;
  height: 60px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button .button-icon.close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button .button-icon.close:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button .button-icon.close:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 30px;
  background-color: #597985;
  left: calc(50% - 15px);
  top: 50%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button .button-icon.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button .button-icon.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button:hover .button-icon.close:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button:hover .button-icon.close:after {
  width: 36px;
  left: calc(50% - 18px);
  background-color: #79d9ff;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a {
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid #597985;
  background-color: #242424;
  background-size: 2px;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/common/ui-elements/blue-tile.png');
  box-shadow: inset 0px 0px 5px #597985;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  width: 60px;
  height: 60px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, rgba(151, 205, 225, 0.5), #79d9ff 20%, #79d9ff 80%, rgba(151, 205, 225, 0.5));
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:before {
  bottom: -1px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:after {
  top: -1px;
}
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:hover:before,
.bundle-selection.portal-screen-container.modernwarfare2 .region-select-modal .close-button a:hover:after {
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
@media screen and (max-width: 1023.5px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .bundles-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item {
    min-width: 93px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(n+2) {
    margin-left: 10px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .keyart-container,
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label {
    width: 93px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item .keyart-container {
    padding: 8px 12px;
    height: 110px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-size: 69px auto;
    background-position: center 8px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label {
    font-size: 12px;
    text-align: center;
    padding: 8px 12px 1rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button {
    margin: 1rem 0;
    width: 100%;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    font-size: .875rem;
    border: 1px solid #fff;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item {
    height: 150px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    position: absolute;
    top: 30px;
    right: 0;
    width: 55%;
    padding-right: 1rem;
    text-align: center;
    font-size: .9rem;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 65px;
    width: 55%;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check {
    position: absolute;
    width: 48.5%;
    height: 100%;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:first-child {
    left: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:last-child {
    right: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container {
    margin-top: 60px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .user-controls-container {
    order: 1;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .user-controls-container > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .user-controls-container > div:nth-child(n+2) {
    margin-top: 1rem;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .user-controls-container .region-change-link-container,
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .user-controls-container .title-change-link-container {
    margin-left: 20px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container .disclaimers-container {
    order: 2;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .features-list {
    height: 400px;
    overflow-y: scroll;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    width: 60%;
    padding-right: 0;
    font-size: .875rem;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    height: 45px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container {
    padding-left: 24px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-selection-content-container {
    padding-top: 125px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundles-list {
    position: absolute;
    right: 0;
    top: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item {
    width: 220px;
    min-width: 220px;
    height: 125px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 12px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(n+2) {
    margin-left: 1vw;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item .keyart-container {
    width: 70px;
    height: 102px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label,
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button {
    left: 94px;
    position: absolute;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label {
    top: 12px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button {
    bottom: 12px;
    border: 1px solid #fff;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button .button-label {
    width: 110px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item {
    height: 46px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item:last-child .feature-check {
    border-bottom: 1px solid #fff;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    font-size: .875rem;
    padding-left: 7.234375%;
    padding-right: 49.140625%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(1vw +  440px);
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check {
    width: 220px;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:nth-child(1) {
    left: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:nth-child(2) {
    left: 232px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:last-child {
    right: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container {
    margin-top: 50px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container > .inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .disclaimers-container {
    font-size: 12px;
    width: 62.5%;
    padding-right: 20px;
    margin: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container {
    width: 37.5%;
    font-size: 1rem;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container > div {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container > div:nth-child(n+2) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1130px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    padding-left: 15.234375%;
  }
}
@media screen and (min-width: 1220px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .user-controls-container {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1594px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    padding-left: 195px;
    padding-right: 565px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(n+2) {
    margin-left: 25px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    width: calc(25px +  440px);
  }
}
@media screen and (max-width: 768px) {
  .bundle-selection.portal-screen-container.modernwarfare2 {
    font-size: 20px;
  }
}
.bundle-selection.portal-screen-container.modernwarfare2 #steam-bundle-disclaimer {
  width: 60%;
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 #steam-bundle-disclaimer p {
  font-family: 'VA-Text-Regular';
  font-weight: 500;
  font-size: 18px;
  color: #d2d4cd;
  line-height: 1.5;
  font-size: 13px;
  line-height: 1;
  margin-top: 1rem;
}
.bundle-selection.portal-screen-container.modernwarfare2 .disclaimers-container a {
  text-decoration: none;
  color: inherit;
  color: #71af3a;
}
.bundle-selection.portal-screen-container.modernwarfare2 .select-button .button-label {
  letter-spacing: 2px;
  padding: 2px !important;
  font-family: 'VA-Text-Caps-Bold';
  font-size: 1.5rem;
  width: 100%;
}
.bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:not(:first-child) {
  border-right: 1px solid #42b939;
}
.bundle-selection.portal-screen-container.modernwarfare2 .bundle-item.vault {
  background-image: linear-gradient(to right, #71af3a, rgba(113, 175, 58, 0.1) 7%, rgba(113, 175, 58, 0.1) 92%, #71af3a), linear-gradient(to bottom, #71af3a, rgba(113, 175, 58, 0.1) 7%, rgba(113, 175, 58, 0.1) 93%);
  border-left: 1px solid #42b939;
  border-top: 1px solid #42b939;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item .feature-check:not(:first-child) {
  border-right: 1px solid #42b939;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item .feature-check.vault {
  border-left: 1px solid #42b939;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item:last-child .feature-check.vault {
  border-bottom: 1px solid #42b939;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.double-xp-ten-hours .feature-check.vault .svg-element svg {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.double-xp-ten-hours .feature-check.vault .svg-element:before {
  content: "IGS Bonus";
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.beta-early-access .feature-image {
  width: 135px;
  background-position: center center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.battle-pass-50-tier:last-of-type {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 .vault {
  background-image: linear-gradient(to right, #71af3a, rgba(113, 175, 58, 0.1) 7%, rgba(113, 175, 58, 0.1) 92%, #71af3a);
}
.bundle-selection.portal-screen-container.modernwarfare2 .vault .button-label {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  line-height: 1.4;
  display: block !important;
}
.bundle-selection.portal-screen-container.modernwarfare2 .vault .select-button .button-label {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 1.92px;
  border: none;
  font-family: 'VA-Text-Caps-Bold';
  font-size: 24px;
  line-height: 30px;
  width: 240px;
  padding: 5px 0 6px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
  color: #FFFFFF;
  line-height: 1;
  pointer-events: none;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .vault .select-button .button-label {
    line-height: 1.4 !important;
  }
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ps"] .feature-item.double-xp-ten-hours,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ms"] .feature-item.double-xp-ten-hours,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .feature-item.double-xp-ten-hours,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.double-xp-ten-hours {
  height: 0px;
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ps"] .feature-item.double-xp-ten-hours .feature-image-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ms"] .feature-item.double-xp-ten-hours .feature-image-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .feature-item.double-xp-ten-hours .feature-image-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.double-xp-ten-hours .feature-image-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ps"] .feature-item.double-xp-ten-hours .feature-text,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ms"] .feature-item.double-xp-ten-hours .feature-text,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .feature-item.double-xp-ten-hours .feature-text,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.double-xp-ten-hours .feature-text,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ps"] .feature-item.double-xp-ten-hours .feature-availability-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ms"] .feature-item.double-xp-ten-hours .feature-availability-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .feature-item.double-xp-ten-hours .feature-availability-container,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.double-xp-ten-hours .feature-availability-container {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .x-gen,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .x-gen {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.double-xp-ten-hours {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-item.battle-pass-50-tier:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ps"] .standard,
.bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="ms"] .standard {
  display: none;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.ps4 .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-ps4-desktop.png');
  background-size: contain;
  background-position: 10px center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.ps5 .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-ps5-desktop.png');
  background-size: contain;
  background-position: 10px center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.xboxone .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-xbox-one-desktop.png');
  background-size: contain;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.xboxX .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-xbox-series-x-desktop.png');
  background-size: auto;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.pc .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/blizzard-logo-horizontal-mono-light.svg');
  background-size: 10%;
  background-position: 10px center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.steam .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/wtb-portal/bundle-select/steam-features-logo.jpg');
  background-size: 10%;
  background-position: 10px center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.beta-early-access-campaign .feature-image {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/wtb-portal/bundle-select/mw2-beta-campaign-sku-lockup.png');
  background-size: 12%;
  background-position: 10px center;
}
.bundle-selection.portal-screen-container.modernwarfare2 .feature-item.battle-pass-bundle .feature-check.ultimate {
  background-image: linear-gradient(to right, #71af3a, rgba(113, 175, 58, 0.1) 7%, rgba(113, 175, 58, 0.1) 92%, #71af3a), linear-gradient(to top, #71af3a, rgba(113, 175, 58, 0.1) 20%, transparent);
}
.bundle-selection.portal-screen-container.modernwarfare2 .keyart-container {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bundle-selection.portal-screen-container.modernwarfare2 .standard .keyart-container {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/wtb-portal/boxart/mw2/mw2-x-gen-box-art.jpg');
}
.bundle-selection.portal-screen-container.modernwarfare2 .x-gen .keyart-container {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/wtb-portal/boxart/mw2/mw2-x-gen-box-art.jpg');
}
.bundle-selection.portal-screen-container.modernwarfare2 .vault .keyart-container {
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/wtb-portal/boxart/mw2/mw2-vault-box-art.jpg');
}
.bundle-selection.portal-screen-container.modernwarfare2 .select-button {
  background: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/hub/wtb-portal/common/dot.jpg');
}
.bundle-selection.portal-screen-container.modernwarfare2 .additional-content-container {
  margin-top: 15px;
}
@media screen and (max-width: 1023.5px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item {
    border: 1px solid #fff;
    min-width: 50%;
    padding-bottom: .875rem;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(n+2) {
    margin-left: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item .keyart-container {
    width: 100%;
    border: none;
    height: 200px;
    padding: 0;
    background-size: contain;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label {
    width: 100%;
    border: none;
    height: 49px;
    padding: 10px 12px 5px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button {
    margin: .25rem auto 0;
    width: 92%;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .features-list {
    height: 500px;
    overflow: auto;
    padding-bottom: 50px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item {
    height: 158px;
    padding-top: 90px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item:before {
    display: none;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item:last-child:after {
    display: none;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.ps4 .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-ps4-mobile.png');
    background-size: 60% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.ps5 .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-ps5-mobile.png');
    background-size: 60% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.xboxone .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-xbox-one-mobile.png');
    background-size: 60% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.xboxX .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/zeus-wtb-xbox-series-x-mobile.png');
    background-size: 60% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.pc .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/wtbportal/bundle-select/blizzard-logo-horizontal-mono-light.svg');
    background-size: 30% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.steam .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/wtb-portal/bundle-select/steam-features-logo.jpg');
    background-size: 30% auto;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.beta-early-access-campaign .feature-image {
    background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/wtb-portal/bundle-select/mw2-beta-campaign-sku-lockup.png');
    background-size: 45%;
    background-position: 10px center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-image-container {
    height: 90px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    top: 38px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    position: relative;
    height: auto;
    min-height: 65px;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check {
    width: 50%;
    height: auto;
    border: 1px solid #fff;
    background-color: #000;
    position: relative;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check.x-gen {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: none;
    border-left: 1px solid #fff;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-render {
    position: relative;
    padding: 8px 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-render .svg-element {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    min-height: 45px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .features-list {
    height: 365px;
    padding-bottom: 100px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-item {
    height: auto;
    min-height: 137px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-render span {
    font-size: .75em;
  }
}
@media screen and (min-width: 1024px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-selection-content-container {
    padding-top: 175px;
    padding-top: 275px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-availability-container {
    width: 660px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item {
    height: 175px;
    height: 275px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(1),
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(2),
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item:nth-child(3) {
    margin: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-item .keyart-container {
    background-position: center top;
    width: 100%;
    height: 75px;
    height: 185px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .bundle-label {
    width: 85%;
    top: 95px;
    top: 200px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button {
    min-width: 90%;
    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);
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .select-button .button-label {
    width: 100%;
    margin: auto;
    padding: 12px 6px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    padding-right: 65%;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-check:nth-child(2) {
    left: 220px;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-render span {
    font-size: .85em;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .bundle-item:nth-child(1),
  .bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .bundle-item:nth-child(1) {
    right: 0;
  }
  .bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="pc"] .feature-check:nth-child(1),
  .bundle-selection.portal-screen-container.modernwarfare2 [data-current-platform="steam"] .feature-check:nth-child(1) {
    left: auto;
    right: 236px;
    right: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .bundle-selection.portal-screen-container.modernwarfare2 .feature-text {
    padding-right: 55%;
  }
}
html[lang="ja"] .bundle-selection.portal-screen-container.modernwarfare2 .feature-item.beta-early-access {
  display: none;
}

@media screen and (min-width: 1024px) {
  html[lang=ar] .bundle-selection.portal-screen-container.modernwarfare2 .bundles-list {
    flex-direction: row-reverse;
  }
}
html[lang=ar] body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container:not(.modal-mode) .portal-screen-container {
  height: 119%;
}
@media screen and (max-width: 768px) {
  html[lang=ar] body.wtb-portal-modal-active .root .experience-fragment-container .wtb-portal-container:not(.modal-mode)[data-current-path="modernwarfare2"] {
    height: 1050px;
  }
}

