.mw4-vault-edition-mobile {
  background: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .mw4-vault-edition-mobile {
    display: block;
  }
}
.mw4-vault-edition-mobile *,
.mw4-vault-edition-mobile *:before,
.mw4-vault-edition-mobile *:after {
  box-sizing: border-box;
}
.mw4-vault-edition-mobile__panel {
  background: radial-gradient(circle at 50% 0, rgba(255, 214, 10, 0.08), transparent 28%), #000000;
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.mw4-vault-edition-mobile__panel--hero {
  padding-top: 0;
}
.mw4-vault-edition-mobile__banner {
  background: #ffd000;
  color: #111;
  left: 0;
  min-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.mw4-vault-edition-mobile__banner span {
  align-items: center;
  display: flex;
  font-family: "Hitmarker VF", Arial, sans-serif;
  font-size: 18px;
  font-stretch: condensed;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  letter-spacing: 7px;
  min-height: 36px;
  padding: 0 10px;
  text-transform: uppercase;
}
.mw4-vault-edition-mobile__carousel {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mw4-vault-edition-mobile__carousel-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mw4-vault-edition-mobile__carousel-track {
  display: flex;
  height: 100%;
  will-change: transform;
}
.mw4-vault-edition-mobile__slide {
  background: #0b0b0b;
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}
.mw4-vault-edition-mobile__slide-media {
  height: 100%;
  margin: 0;
  position: relative;
}
.mw4-vault-edition-mobile__slide-media:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.86) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, transparent 16%, transparent 84%, rgba(0, 0, 0, 0.12) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.mw4-vault-edition-mobile__slide-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top center;
}
.mw4-vault-edition-mobile__caption {
  /*background:
            linear-gradient(180deg, rgba(10, 10, 10, 0.72) 0%, rgba(0, 0, 0, 0.92) 100%),
            url("../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw4/common/MW4LP_CopyBlockTexture.webp") center center / 820px auto repeat;*/
  bottom: 0;
  left: 0;
  padding: 14px 16px 18px;
  position: absolute;
  right: 0;
  z-index: 3;
  background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw4/home/modes/active_section.webp) center bottom no-repeat;
  background-size: 100% 100%;
  /*&:before {
            background: linear-gradient(90deg, rgba(255, 208, 0, 0.6), rgba(255, 208, 0, 0));
            content: "";
            height: 2px;
            left: 10px;
            position: absolute;
            top: 0;
            width: 144px;
        }*/
}
.mw4-vault-edition-mobile__caption--weapons {
  min-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.mw4-vault-edition-mobile__caption-eyebrow {
  color: #FFF;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.mw4-vault-edition-mobile__caption-title {
  color: #ffd000;
  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;
  line-height: 0.94;
  margin: 0;
}
.mw4-vault-edition-mobile__arrow {
  align-items: center;
  background: rgba(85, 85, 85, 0.32);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-top: -72px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 4;
}
.mw4-vault-edition-mobile__arrow span {
  border-bottom: 4px solid #ffd000;
  border-right: 4px solid #ffd000;
  display: block;
  height: 14px;
  width: 14px;
}
.mw4-vault-edition-mobile__arrow:focus-visible {
  outline: 2px solid #ffd000;
  outline-offset: 2px;
}
.mw4-vault-edition-mobile__arrow--prev {
  left: 0;
}
.mw4-vault-edition-mobile__arrow--prev span {
  transform: rotate(135deg);
}
.mw4-vault-edition-mobile__arrow--next {
  right: 0;
}
.mw4-vault-edition-mobile__arrow--next span {
  transform: rotate(-45deg);
}
.mw4-vault-edition-mobile__pagination {
  align-items: center;
  bottom: 126px;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
  border-radius: 12px;
  background: rgba(27, 27, 27, 0.8);
  padding: 8px;
}
.mw4-vault-edition-mobile__bullet {
  background: rgba(255, 255, 255, 0.32);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 8px;
}
.mw4-vault-edition-mobile__bullet.is-active {
  background: #ffd000;
  transform: scale(1.08);
}
.mw4-vault-edition-mobile__bullet:focus-visible {
  outline: 2px solid #ffd000;
  outline-offset: 2px;
}
.mw4-vault-edition-mobile__pan-shell {
  align-items: stretch;
  display: flex;
  height: 100%;
  padding-bottom: 0;
}
.mw4-vault-edition-mobile__pan-viewport {
  cursor: grab;
  height: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
  user-select: none;
  width: 100%;
}
.mw4-vault-edition-mobile__pan-viewport.is-dragging {
  cursor: grabbing;
}
.mw4-vault-edition-mobile__pan-canvas {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 1200px;
  will-change: transform;
  /*&:after {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
            content: "";
            inset: 0;
            pointer-events: none;
            position: absolute;
        }*/
}
.mw4-vault-edition-mobile__pan-canvas img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.mw4-vault-edition-mobile__weapon-tag {
  /*background:
            linear-gradient(180deg, rgba(8, 8, 8, 0.9) 0%, rgba(0, 0, 0, 0.94) 100%),
            url("../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw4/common/MW4LP_CopyBlockTexture.webp") center center / 720px auto repeat;
        border: 1px solid rgba(255, 208, 0, 0.18);
        border-radius: 8px;
        max-width: 180px;*/
  padding: 10px 12px;
  position: absolute;
  z-index: 2;
}
.mw4-vault-edition-mobile__weapon-tag p {
  font-family: "Hitmarker VF", Arial, sans-serif;
  font-stretch: condensed;
  letter-spacing: 0.6px;
  margin: 0;
  text-transform: uppercase;
}
.mw4-vault-edition-mobile__weapon-tag p:first-child {
  color: #ffd000;
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.mw4-vault-edition-mobile__weapon-tag p:last-child {
  color: #FFF;
  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;
}
.mw4-vault-edition-mobile__weapon-tag--1 {
  left: 18%;
  top: 56%;
}
.mw4-vault-edition-mobile__weapon-tag--2 {
  left: 48%;
  top: 38%;
}
.mw4-vault-edition-mobile__weapon-tag--3 {
  left: 62%;
  top: 79%;
}
.mw4-vault-edition-mobile__weapon-tag--4 {
  left: 77%;
  top: 21%;
}
.mw4-vault-edition-mobile__weapon-tag--5 {
  left: 83%;
  top: 58%;
}
.mw4-vault-edition-mobile__stack {
  background: radial-gradient(circle at 50% 0, rgba(255, 214, 10, 0.06), transparent 18%), #000000;
  position: relative;
}
.mw4-vault-edition-mobile__stack-card {
  position: relative;
}
.mw4-vault-edition-mobile__stack-media {
  margin: 0;
}
.mw4-vault-edition-mobile__stack-media img {
  display: block;
  height: auto;
  width: 100%;
}
