/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
#codm-hero .atvi-card-inner-container {
  height: clamp(600px, 85dvh, 800px);
}
#codm-hero .atvi-card-content-container {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 60px;
}
@media screen and (max-width: 1024px) {
  #codm-hero .atvi-card-content-container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 600px) {
  #codm-hero .atvi-card-content-container {
    padding-inline: 24px;
  }
}
#codm-hero .atvi-card-content-container .atvi-card-content {
  width: 425px;
}
@media screen and (max-width: 768px) {
  #codm-hero .atvi-card-content-container .atvi-card-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#codm-hero #codm-hero-logo-container {
  width: 300px;
  margin: 0 auto;
}
#codm-hero #codm-hero-logo-container img {
  width: 100%;
  display: block;
}
#codm-hero #codm-hero-title {
  text-align: center;
}
#codm-hero .download-ctas ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#codm-hero .download-ctas .app-store-cta a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  background: url(../../../../../../../content/dam/atvi/callofduty/mobile/home/downloadbanner/apple-en.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #codm-hero .download-ctas .app-store-cta a {
    width: 150px;
    height: 45px;
  }
}
#codm-hero .download-ctas .google-play-cta a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  background: url(../../../../../../../content/dam/atvi/callofduty/mobile/home/downloadbanner/google-en.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #codm-hero .download-ctas .google-play-cta a {
    width: 150px;
    height: 45px;
  }
}
#codm-hero #codm-hero-watch-cta {
  margin-top: 25px;
}
#codm-hero #codm-hero-watch-cta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center !important;
}
#codm-hero #codm-hero-watch-cta #codm-hero-watch-cta-button-1 {
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: none;
  color: #000;
  background-color: #ffff03;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ffff03;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0 auto;
  cursor: pointer;
}
#codm-hero .atvi-cta-container .modal-overlay .modal-close {
  top: 20px;
  right: 10px;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
#modes-columns .column-child {
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#modes-columns .column-child .atvi-column-child-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  width: 100%;
}
#modes-columns .column-child .atvi-column-child-content .layout-container-element {
  width: 100%;
}
#modes-columns .column-child .atvi-text {
  width: 100%;
}
#modes-columns .column-child .mode-caption {
  padding-left: 60px;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  #modes-columns .column-child .mode-caption {
    padding-left: 40px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  #modes-columns .column-child .mode-caption {
    padding-left: 24px;
    padding: 0 24px;
  }
}
#modes-columns .column-child .mode-caption h3 {
  margin-bottom: 5px;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
#maps-carousel .slide-caption {
  background: none;
}
#maps-carousel .slide-caption p {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #ffff03;
  text-shadow: 1px 1px 7px #000;
}
@media screen and (max-width: 768px) {
  #maps-carousel .slide-caption p {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
#maps-carousel .slick-slide {
  opacity: .5;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
#maps-carousel .slick-center {
  opacity: 1;
}
#maps-carousel .slick-prev,
#maps-carousel .slick-next {
  position: absolute;
  display: block;
  width: 400px;
  height: 100%;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  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%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  #maps-carousel .slick-prev,
  #maps-carousel .slick-next {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #maps-carousel .slick-prev,
  #maps-carousel .slick-next {
    width: 60px;
  }
}
#maps-carousel .slick-prev:before,
#maps-carousel .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-top: 2px solid #ffe93c;
  border-right: 2px solid #ffe93c;
  background: none;
}
@media screen and (max-width: 1024px) {
  #maps-carousel .slick-prev:before,
  #maps-carousel .slick-next:before {
    border-top: 3px solid #ffe93c;
    border-right: 3px solid #ffe93c;
  }
}
#maps-carousel .slick-prev.slick-disabled:before,
#maps-carousel .slick-next.slick-disabled:before {
  opacity: 1;
}
#maps-carousel .slick-next {
  right: 0;
}
#maps-carousel .slick-next .slick-next-icon:before {
  display: none;
}
#maps-carousel .slick-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  #maps-carousel .slick-next {
    right: 10px;
  }
}
#maps-carousel .slick-prev {
  left: 0;
}
#maps-carousel .slick-prev .slick-prev-icon:before {
  display: none;
}
#maps-carousel .slick-prev:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 1024px) {
  #maps-carousel .slick-prev {
    left: 10px;
  }
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
#character-pillars .atvi-column-inner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 981px) {
  #character-pillars .column-child {
    -webkit-transition: 0.75s all;
    -moz-transition: 0.75s all;
    -ms-transition: 0.75s all;
    -o-transition: 0.75s all;
    transition: 0.75s all;
  }
  #character-pillars .column-child:hover {
    flex-grow: 1.5;
  }
  #character-pillars .column-child:hover .character-card .text-wrapper p {
    opacity: 1;
  }
}
@media screen and (min-width: 981px) {
  #character-pillars .character-card .atvi-image-wrapper {
    height: 400px;
  }
  #character-pillars .character-card .text-wrapper {
    padding-inline: 20px;
  }
  #character-pillars .character-card .text-wrapper h3 {
    font-size: 1.38rem;
  }
  #character-pillars .character-card .text-wrapper p {
    opacity: 0;
    -webkit-transition: 0.75s all;
    -moz-transition: 0.75s all;
    -ms-transition: 0.75s all;
    -o-transition: 0.75s all;
    transition: 0.75s all;
  }
}
@media screen and (max-width: 980px) {
  #character-pillars .character-card .text-wrapper {
    padding-inline: 40px;
    margin-top: -27%;
  }
}
@media screen and (max-width: 600px) {
  #character-pillars .character-card .text-wrapper {
    padding-inline: 24px;
  }
}
#character-pillars .slick-prev:before,
#character-pillars .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-top: 2px solid #ffe93c;
  border-right: 2px solid #ffe93c;
  background: none;
}
@media screen and (max-width: 1024px) {
  #character-pillars .slick-prev:before,
  #character-pillars .slick-next:before {
    border-top: 3px solid #ffe93c;
    border-right: 3px solid #ffe93c;
  }
}
#character-pillars .slick-next {
  right: 0;
}
#character-pillars .slick-next .slick-next-icon:before {
  display: none;
}
#character-pillars .slick-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #character-pillars .slick-next {
    right: 30px;
  }
}
#character-pillars .slick-prev {
  left: 0;
}
#character-pillars .slick-prev .slick-prev-icon:before {
  display: none;
}
#character-pillars .slick-prev:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  #character-pillars .slick-prev {
    left: 20px;
  }
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
@media screen and (min-width: 769px) {
  #download-banner {
    background: #FFF;
  }
}
@media screen and (min-width: 769px) {
  #download-banner .atvi-card-inner-container {
    height: 350px;
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  #download-banner .atvi-card-inner-container {
    height: auto;
  }
}
#download-banner .atvi-card-content-container {
  left: auto;
  max-width: 420px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  #download-banner .atvi-card-content-container {
    max-width: none;
    width: 100%;
    right: auto;
    padding: 30px 24px;
  }
}
@media screen and (min-width: 769px) {
  #download-banner .atvi-card-media-container .atvi-card-image {
    position: absolute;
    height: 100%;
  }
}
#download-banner .atvi-card-media-container .atvi-card-image picture {
  height: 100%;
}
#download-banner #download-codm-logo-container {
  width: 80%;
  margin: 0 auto;
}
#download-banner #download-codm-title {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #ffff03;
  text-shadow: 1px 1px 7px #000;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #download-banner #download-codm-title {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
#download-banner .download-ctas ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#download-banner .download-ctas .app-store-cta a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  background: url(../../../../../../../content/dam/atvi/callofduty/mobile/home/downloadbanner/apple-en.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #download-banner .download-ctas .app-store-cta a {
    width: 150px;
    height: 45px;
  }
}
#download-banner .download-ctas .google-play-cta a {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  background: url(../../../../../../../content/dam/atvi/callofduty/mobile/home/downloadbanner/google-en.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #download-banner .download-ctas .google-play-cta a {
    width: 150px;
    height: 45px;
  }
}
html[lang="ar"] #download-banner .atvi-card-inner-container {
  justify-content: start;
}
html[lang="ar"] #download-banner .atvi-card-media-container .atvi-card-image {
  width: 100%;
}

