/*.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);
  align-items: flex-end;
}
#codm-hero .atvi-card-inner-container picture {
  background-color: black;
}
@media (min-width: 1024.02px) {
  #codm-hero .atvi-card-inner-container picture img {
    margin: 0 auto;
    max-width: 1920px;
  }
}
#codm-hero .atvi-card-content-container {
  margin-bottom: 2%;
  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;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #codm-hero .atvi-card-content-container .atvi-card-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
#codm-hero #codm-hero-logo-container {
  max-width: 400px;
  margin: 0 auto 27px;
}
@media (max-width: 600px) {
  #codm-hero #codm-hero-logo-container {
    margin: 0 auto 16px;
  }
}
#codm-hero #codm-hero-logo-container img {
  width: 100%;
  display: block;
}
#codm-hero #codm-hero-title {
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 600px) {
  #codm-hero #codm-hero-title {
    margin-bottom: 16px;
  }
}
#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: 180px;
  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: 201px;
  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: #ffe700;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ffe700;
  -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; }
    }

}*/
@media screen and (max-width: 767px) {
  .get-cod-points-banner {
    border-top: 2px solid #fff000;
    border-bottom: 2px solid #fff000;
  }
}
@media (min-width: 1440px) {
  .get-cod-points-banner {
    padding: 0;
  }
}
.get-cod-points-banner .atvi-card-inner-container {
  color: #fff;
  border: 1px solid #9c978f;
  margin: 0 auto;
  max-width: 1440px;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/common/CODM_COD-Points_BG_Mobile-Horiz.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: auto;
}
@media (min-width: 768px) {
  .get-cod-points-banner .atvi-card-inner-container {
    max-width: 1200px;
    background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/common/CODM_COD-Points_BG_Desktop-Horiz.webp");
    background-size: contain;
    background-position: center;
    border: none;
  }
  .get-cod-points-banner .atvi-card-inner-container::before {
    content: "";
    width: 150%;
    height: 2px;
    background-color: blue;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #000000 0%, #fee000 50%, #000000 100%);
  }
  .get-cod-points-banner .atvi-card-inner-container::after {
    content: "";
    width: 150%;
    height: 2px;
    background-color: green;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #000000 0%, #fee000 50%, #000000 100%);
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-media-container {
  display: none;
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content {
  padding: 20px 25px 25px 25px;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content {
    display: flex;
    align-items: center;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-logo {
  display: none;
}
@media (min-width: 1440px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-logo {
    display: block;
    position: relative;
    bottom: -3px;
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "Hitmarker Condensed Black", Arial;
  width: fit-content;
  margin-bottom: 20px;
  filter: drop-shadow(0px 2px 4px #000000);
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(2) {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  font-family: "Hitmarker Text Regular";
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text p:nth-of-type(2) a {
  color: #ffe700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-text {
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas ul li {
    text-align: right;
  }
}
.get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas ul li a {
  border-radius: 2px;
  padding: 4px 20px;
  font-size: 12px;
  background-color: #ffe700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas ul li a {
    padding: 6px 24px;
  }
}
@media (max-width: 1440px) {
  html[lang="it"] .get-cod-points-banner .atvi-card-inner-container .atvi-card-content .atvi-card-ctas ul li a {
    display: inline-block;
  }
}

/*.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;
  height: clamp(221px, 100%, 342px);
}
@media screen and (min-width: 1440px) {
  #modes-columns .column-child {
    min-height: 480px;
  }
}
@media screen and (min-width: 1920px) {
  #modes-columns .column-child {
    min-height: 640px;
  }
}
#modes-columns .column-child .atvi-column-child-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}
#modes-columns .column-child .atvi-column-child-content .layout-container-element {
  width: 100%;
  flex-basis: 21%;
}
#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;
}
#modes-columns .column-child {
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: clamp(221px, 100%, 342px);
}
@media screen and (min-width: 1440px) {
  #modes-columns .column-child {
    min-height: 480px;
  }
}
@media screen and (min-width: 1920px) {
  #modes-columns .column-child {
    min-height: 640px;
  }
}
#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;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #ffe700;
  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;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
#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 .grab {
  cursor: grab;
}
#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;
  }
}
html[lang='AR'] #maps-carousel .slick-prev {
  left: 0;
  right: unset;
}

/*.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;
}
#character-pillars .atvi-column-inner-container .slick-slide {
  display: flex;
  justify-content: center;
}
@media screen and (max-height: 500px) {
  #character-pillars .atvi-column-inner-container .slick-slide .character-card {
    height: 350px;
  }
  #character-pillars .atvi-column-inner-container .slick-slide .character-card .atvi-image-wrapper {
    height: 80%;
  }
  #character-pillars .atvi-column-inner-container .slick-slide .character-card .atvi-image-wrapper img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  #character-pillars .atvi-column-inner-container .slick-slide .character-card .text-wrapper {
    padding-inline: 0;
  }
}
@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 .character-card {
  display: flex;
  flex-direction: column;
  color: #ffe700;
}
#character-pillars .character-card .atvi-image-wrapper {
  position: relative;
}
#character-pillars .character-card .atvi-image-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 981px) {
  #character-pillars .character-card .text-wrapper {
    margin-top: 63px;
    padding-inline: 20px;
  }
  #character-pillars .character-card .text-wrapper h3 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  #character-pillars .character-card .text-wrapper p {
    font-size: 0.75rem;
    -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;
  }
  #character-pillars .character-card .text-wrapper h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #character-pillars .character-card .text-wrapper {
    position: absolute;
    bottom: 0;
    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 .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 .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;
  }
}
html[lang="ar"] #character-pillars .slick-next {
  left: auto;
  right: 25px;
}
html[lang="ar"] #character-pillars .slick-prev {
  left: 25px;
  right: auto;
}

/*.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: center;
  }
}
@media screen and (max-width: 768px) {
  #download-banner .atvi-card-inner-container {
    height: auto;
  }
}
#download-banner .atvi-card-content-container {
  max-width: 420px;
  margin-left: 35%;
}
@media screen and (max-width: 768px) {
  #download-banner .atvi-card-content-container {
    max-width: none;
    width: 100%;
    padding: 30px 24px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #download-banner .atvi-card-media-container .atvi-card-image {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #download-banner .atvi-card-media-container .atvi-card-image picture img {
    object-fit: cover;
  }
}
#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-logo-container picture {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
  margin-bottom: -45px;
}
#download-banner #download-codm-title {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #ffe700;
  text-shadow: 1px 1px 7px #000;
  text-align: center;
  margin: 20px 0;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  #download-banner #download-codm-title {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 769px) {
  #download-banner #download-codm-title {
    color: #ffe700;
  }
}
#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: 179px;
  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 {
  left: 0;
}

/*.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-news {
  padding-bottom: 80px;
}
#codm-news .section-header h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #ffe700;
  text-shadow: 1px 1px 7px #000;
}
@media screen and (max-width: 768px) {
  #codm-news .section-header h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
}
#codm-news .cod-news-container {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 60px;
}
@media screen and (max-width: 1024px) {
  #codm-news .cod-news-container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 600px) {
  #codm-news .cod-news-container {
    padding-inline: 24px;
  }
}
#codm-news .cod-news-container .blog-card-item > .card-inner .game-tile.cod-mobile a {
  background: #ffe700;
}
#codm-news .cod-news-container .blog-card-item > .card-inner .tag-list {
  display: none;
}
#codm-news .cta-container {
  display: none;
}

/*.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-video-container {
  padding: 80px 0;
  background-image: url("../../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/home/trailer/CODM_Home_Featured-Video_BG.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #ffe700;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 2140px) {
  .codm-video-container {
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .codm-video-container {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .codm-video-container {
    padding: 20px 15px;
    gap: 12px;
  }
}
.codm-video-container .trailer_heading h2 {
  color: black !important;
  text-align: center;
  text-shadow: none !important;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .codm-video-container .trailer_heading h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
}
.codm-video-container .codm-video {
  max-width: 866px;
  margin: 0 auto;
}
.codm-video-container .codm-video .play-btn_triangle {
  fill: black;
}

