.ign-header {
  z-index: 20;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  display: block;
  position: relative;
}

.columns {
  align-items: center;
  display: flex;
}

.column-left {
  padding-left: 10px;
  padding-right: 10px;
}

.ign-logo {
  max-width: 113px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph10 {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
}

.paragraph10.promo-label {
  color: #333;
  text-decoration: none;
}

.hero-section {
  width: 100%;
  height: 55vw;
  position: relative;
}

.hero-video {
  pointer-events: none;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.hero-video-container {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-title-container {
  background-image: linear-gradient(270deg, #000000a1, #0000);
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-logo-container {
  justify-content: center;
  width: 100%;
  height: 53%;
  display: flex;
}

.hero-cta-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  align-items: center;
  width: 77%;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gradient-heading {
  filter: drop-shadow(0 2px 3px #0000004d);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tiller, sans-serif;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 3.2vw;
}

.gradient-heading.hero {
  font-size: 2.5vw;
  line-height: 2.8vw;
}

.styles {
  display: none;
}

.text-block {
  filter: drop-shadow(0 2px 5px #00000080);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: semplicitapro, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.4vw;
}

.hero-cta-text-container {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.prepurchase-btn {
  color: #fff;
  letter-spacing: .4vw;
  box-sizing: border-box;
  background-color: #383eed;
  border-radius: 9px;
  padding: 1.2vw 5vw;
  font-family: tiller, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.prepurchase-btn.smaller {
  letter-spacing: .35vw;
  border-radius: .5vw;
  padding: 1vw 3vw;
  font-size: 1vw;
  line-height: 1vw;
}

.editions-section {
  background-image: linear-gradient(#00000040, #00000040), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-bg.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.heading-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 43%;
  margin-bottom: 4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading {
  color: #fff;
  text-align: center;
  font-family: semplicitapro, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.editions-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .25fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.edition-row {
  justify-content: center;
  align-items: center;
  min-height: 4vw;
  padding: 1vw 2vw;
  display: flex;
}

.edition-row.colored {
  background-color: #ffffff1a;
}

.edition-head {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5vw 2vw;
  display: flex;
}

.edition-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: semplicitapro, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.edition-subtext {
  color: #ffffffb3;
  text-align: center;
  font-family: semplicitapro, sans-serif;
  font-size: .9vw;
  font-weight: 500;
  line-height: 1.2vw;
}

.edition-head-text {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 95%;
  display: flex;
}

.edition-head-desc {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.prepurchase-btn-container {
  background-image: linear-gradient(#5459f8, #1c22b8);
  border-radius: 1vw;
  padding: .3vw;
  transition: filter .2s;
  overflow: hidden;
}

.prepurchase-btn-container:hover {
  filter: brightness(130%);
}

.prepurchase-btn-container.smaller {
  border-radius: .7vw;
  padding: .2vw;
}

.edition-row-text {
  color: #fff;
  width: 100%;
  font-family: semplicitapro, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.housing-border {
  background-image: url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-border.avif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 1vw;
}

.zones-section {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), url('https://www.ign.com/special/worldofwarcraftmidnight/images/_bg_road_brown.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.zones-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  justify-content: center;
  width: 82%;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zone {
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 25%;
  position: relative;
}

.zone.active {
  width: 80%;
}

.zone.hidden {
  width: 9%;
}

.features-section {
  padding-top: 5vw;
  padding-bottom: 8vw;
}

.homes-section {
  background-image: linear-gradient(#00000040, #00000040), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-bg.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 6vw;
  padding-bottom: 8vw;
  position: relative;
}

.videos-section {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.features-cards-container {
  grid-row-gap: 1vw;
  justify-content: center;
  height: 40vw;
  display: flex;
  position: relative;
}

.features-slider-container {
  grid-column-gap: 30vw;
  grid-row-gap: 30vw;
  justify-content: center;
  display: flex;
  position: relative;
}

.card {
  z-index: 0;
  border-radius: 1vw;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-bg {
  z-index: 0;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-img {
  object-fit: cover;
  object-position: 44% 50%;
  width: 100%;
  height: 100%;
}

.card-img.right-aligned {
  object-position: 77% 50%;
}

.card-bg-border {
  filter: hue-rotate(135deg);
  background-image: url('https://www.ign.com/special/worldofwarcraftmidnight/images/Silver_frame_HALF_left.webp'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/Silver_frame_HALF.webp'), linear-gradient(#00000069, #00000069);
  background-position: 0 0, 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-bg-border.purple {
  filter: hue-rotate();
}

.card-bg-border.red {
  filter: hue-rotate(90deg);
}

.card-text {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-bottom: 3vw;
  display: flex;
  position: absolute;
}

.card-heading {
  color: #ffeab0;
  text-align: center;
  letter-spacing: .2vw;
  font-family: tiller, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.card-heading.purple {
  color: #b9b0ff;
}

.card-heading.red {
  color: #ffb0b0;
}

.card-wrapper {
  filter: drop-shadow(3px 3px 7px #00000080);
  width: 30vw;
  height: 40vw;
  position: absolute;
}

.card-front {
  width: 100%;
  height: 100%;
}

.zone-img-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.zone-img {
  object-fit: cover;
  object-position: 36% 50%;
  width: 100%;
  height: 100%;
}

.zone-img.zulaman {
  object-position: 69% 50%;
  max-width: none;
}

.zone-img.harandar {
  object-position: 97% 50%;
}

.zone-img.voidstorm {
  object-position: 8% 50%;
}

.zone-text-container {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-bottom: 2.5vw;
  display: flex;
  position: absolute;
}

.zone-text {
  color: #ffc600;
  letter-spacing: .1vw;
  font-family: tiller, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.8vw;
}

.zone-text.eversong {
  color: #ffc600;
}

.zone-text.zulaman {
  color: #eafdff;
}

.zone-text.harandar {
  filter: drop-shadow(0 1px 5px #0000004d);
  color: #f8b68a;
}

.zone-text.voidstorm {
  color: #c6c7e5;
}

.zone-preview {
  border-radius: 1vw;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.zone-subtext {
  color: #ffc600;
  font-family: semplicitapro, sans-serif;
}

.zone-subtext.eversong {
  color: #fff;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.4vw;
}

.video-board-container {
  filter: drop-shadow(0 2px 5px #00000080);
  width: 90vw;
  height: 48vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-board-border-container {
  z-index: 3;
  filter: drop-shadow(0 3px 5px #000000b3);
  pointer-events: none;
  background-image: url('https://www.ign.com/special/worldofwarcraftmidnight/images/socialvideos-border-right.webp'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/socialvideos-border-left.webp');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-board-bg {
  z-index: 0;
  background-image: linear-gradient(#0006, #0006), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-bg.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 5vw;
  width: 100%;
  height: 100%;
  position: relative;
}

.checkmark {
  width: 2vw;
}

.row-text {
  color: #fff;
  letter-spacing: .1vw;
  font-family: semplicitapro, sans-serif;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.3vw;
}

.card-subtext {
  color: #fff;
  text-align: center;
  font-family: semplicitapro, sans-serif;
  font-size: 1vw;
  line-height: 1.3vw;
}

.js-zones, .js-cards {
  display: none;
}

.features-arrow-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-btn {
  width: 4vw;
  max-width: 90px;
}

.arrow-btn.left, .arrow-btn.right {
  filter: drop-shadow(0 2px 8px #000000b3);
}

.videos-row-container {
  z-index: 1;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.video-container {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 18vw;
  height: 33vw;
  position: relative;
}

.video-container.video1 {
  filter: none;
  transform: rotate(2deg)translate(0, 1vw);
}

.video-container.video2 {
  transform: rotate(-2deg)translate(0, -2vw);
}

.video-container.video3 {
  transform: translate(0, -1vw)rotate(2deg);
}

.video-container.video4 {
  transform: rotate(-3deg);
}

.video-preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.video-ui-container {
  background-color: #ffb47c61;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.video-play {
  filter: drop-shadow(0 10px 7px #000000b3);
  width: 8vw;
}

.video-text-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24%;
  display: flex;
}

.video-text {
  opacity: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  text-align: center;
  letter-spacing: .1vw;
  width: 50%;
  font-family: tiller, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.7vw;
  text-decoration: none;
}

.js-socials {
  display: none;
}

.video-parent {
  filter: drop-shadow(0 7px 10px #00000080);
}

.housing-slider-container {
  filter: drop-shadow(0 7px 7px #000000b3);
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.housing-slider {
  background-color: #000;
  border-radius: 6vw;
  width: 99%;
  height: 98%;
  overflow: hidden;
}

.left-arrow, .right-arrow, .slide-nav {
  opacity: 0;
  pointer-events: none;
  display: block;
}

.housing-slider-border {
  z-index: 2;
  filter: drop-shadow(0 2px 5px #000000b3);
  pointer-events: none;
  background-image: url('https://www.ign.com/special/worldofwarcraftmidnight/images/socialvideos-border-right.webp'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/socialvideos-border-left.webp');
  background-position: 100% 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.housing-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.housing-slide-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.housing-text-container {
  z-index: 2;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  pointer-events: none;
  flex-flow: column;
  width: 70%;
  padding-bottom: 3vw;
  padding-left: 3.5vw;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.housing-text-heading {
  color: #ffbc02;
  letter-spacing: .15vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tiller, sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 2.8vw;
}

.housing-subtext {
  color: #fff;
  letter-spacing: .05vw;
  font-family: semplicitapro, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.housing-pinpoint-container {
  width: 120%;
  height: 120%;
  margin: auto;
  position: absolute;
}

.pinpoint-container {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  position: absolute;
  inset: 22.7vw 49vw auto auto;
}

.pinpoint-container._1 {
  top: 16vw;
  right: 25vw;
}

.pinpoint-container._2 {
  top: 25vw;
  right: 38vw;
}

.pinpoint-container._4 {
  top: 12vw;
  right: 20vw;
}

.pinpoint-container._5 {
  top: 25vw;
  right: 41vw;
}

.pinpoint {
  filter: drop-shadow(0 0 20px #ffbc028a) drop-shadow(0 0 11px #ffbc02);
  background-color: #000000b5;
  border: .25vw solid #ffbc02;
  border-radius: 40vw;
  width: 2.7vw;
  height: 2.7vw;
  display: block;
}

.text-block-3 {
  color: #ffbc02;
  text-align: center;
  letter-spacing: .02vw;
  font-family: tiller, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2vw;
}

.housing-img-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.js-housingslider {
  display: none;
}

.housing-gradient {
  z-index: 1;
  opacity: .5;
  pointer-events: none;
  background-image: radial-gradient(circle, #0000 60%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.videos-row-mobile-container {
  display: none;
}

.decorwall {
  z-index: 0;
  filter: drop-shadow(4px 12px 9px #000000b3);
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.decor1 {
  z-index: 0;
  filter: drop-shadow(-3px 4px 8px #000000b3);
  width: 20vw;
  position: absolute;
  inset: 6% -10% auto auto;
}

.decor2 {
  z-index: 0;
  filter: drop-shadow(3px 5px 7px #000000b3);
  width: 22vw;
  position: absolute;
  inset: auto auto 16% -12%;
}

.decor4 {
  z-index: 0;
  filter: drop-shadow(-4px 5px 7px #000000b3);
  width: 20vw;
  position: absolute;
  inset: auto -15% 10% auto;
}

.decor3 {
  z-index: 0;
  width: 12vw;
  position: absolute;
  inset: 9% auto auto -6%;
}

.div-block {
  z-index: 1;
  background-image: radial-gradient(circle, #0000 72%, #0009 92%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image {
  z-index: 1;
  width: 6vw;
  position: absolute;
  top: -2.7vw;
}

.housing-border-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.zone-border {
  z-index: 1;
  filter: drop-shadow(0 3px 2px #00000080);
  background-image: url('https://www.ign.com/special/worldofwarcraftmidnight/images/top-left.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/top-right.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/bottom-right.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/bottom-left.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-border.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-border.avif'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-border-vertical.webp'), url('https://www.ign.com/special/worldofwarcraftmidnight/images/housing-border-vertical.webp');
  background-position: 0 0, 100% 0, 100% 100%, 0 100%, 50% 100%, 0 0, 100%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, repeat-y;
  background-size: 3.4vw, 3.4vw, 3.4vw, 3.4vw, auto .5vw, auto .5vw, .5vw, .5vw;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .ign-header, .columns {
    width: 100%;
  }

  .column-middle {
    padding-left: 0;
    padding-right: 0;
  }

  .zones-container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .ign-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ign-logo {
    max-width: 80px;
  }

  .paragraph10.promo-label {
    font-size: 9px;
  }
}

@media screen and (max-width: 479px) {
  .ign-header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .paragraph10 {
    font-size: 8px;
  }

  .hero-section {
    height: 150vw;
  }

  .hero-video-container {
    justify-content: center;
  }

  .hero-title-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-logo-container {
    height: 47%;
  }

  .hero-cta-container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    height: 40%;
  }

  .gradient-heading {
    width: 80%;
    font-size: 6vw;
    line-height: 6vw;
  }

  .gradient-heading.hero {
    width: 100%;
    font-size: 6.5vw;
    line-height: 7vw;
  }

  .text-block {
    font-size: 2.9vw;
    line-height: 3.2vw;
  }

  .hero-cta-text-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
  }

  .prepurchase-btn {
    letter-spacing: .9vw;
    padding: 3vw 8vw;
    font-size: 3.7vw;
    line-height: 4vw;
  }

  .prepurchase-btn.smaller {
    white-space: nowrap;
    font-size: 1vw;
  }

  .heading-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
    width: 75%;
    margin-bottom: 8vw;
  }

  .subheading {
    letter-spacing: .1vw;
    font-size: 2.5vw;
    line-height: 3.2vw;
  }

  .editions-container {
    grid-template-columns: 1.75fr .25fr .25fr .25fr;
    width: 95%;
  }

  .edition-row {
    min-height: 7vw;
  }

  .edition-head {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .edition-text {
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .edition-subtext {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .edition-head-desc {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .prepurchase-btn-container {
    border-radius: 3vw;
    padding: .7vw;
  }

  .prepurchase-btn-container.smaller {
    display: flex;
  }

  .edition-img {
    object-fit: cover;
    width: 100%;
    height: 20vw;
  }

  .edition-row-text {
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 3vw;
  }

  .housing-border {
    height: 2vw;
  }

  .zones-section {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .zones-container {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex-flow: column;
    justify-content: flex-start;
    height: 120vw;
    overflow: visible;
  }

  .zone {
    width: 100%;
    height: 29vw;
  }

  .zone.active {
    width: 100%;
    height: 73vw;
  }

  .zone.hidden {
    width: 100%;
    height: 14vw;
  }

  .features-section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .homes-section {
    padding-top: 9vw;
    padding-bottom: 12vw;
  }

  .videos-section {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .features-cards-container {
    height: 72vw;
  }

  .features-slider-container {
    grid-column-gap: 33vw;
    grid-row-gap: 33vw;
  }

  .card-text {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-bottom: 5vw;
  }

  .card-heading {
    font-size: 4vw;
    line-height: 4vw;
  }

  .card-wrapper {
    width: 55vw;
    height: 70vw;
  }

  .zone-img, .zone-img.zulaman, .zone-img.harandar, .zone-img.voidstorm {
    object-position: 50% 50%;
  }

  .zone-text-container {
    justify-content: flex-end;
    width: 90%;
    padding-bottom: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .zone-text.eversong, .zone-text.zulaman, .zone-text.harandar, .zone-text.voidstorm {
    filter: drop-shadow(0 2px 3px #000000b3);
    font-size: 5vw;
    line-height: 5vw;
  }

  .zone-subtext.eversong {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .video-board-container {
    height: 120vw;
  }

  .video-board-border-container {
    background-size: cover, cover;
  }

  .checkmark {
    width: 3vw;
  }

  .row-text {
    font-size: 2vw;
    line-height: 2vw;
  }

  .card-subtext {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .arrow-btn.left, .arrow-btn.right {
    width: 10vw;
  }

  .videos-row-container {
    flex-flow: column;
    display: none;
  }

  .video-container.video1, .video-container.video2, .video-container.video3, .video-container.video4 {
    width: 50vw;
    height: 90vw;
  }

  .video-play {
    width: 30vw;
  }

  .video-text {
    width: 80%;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .housing-slider-container {
    width: 84vw;
    height: 90vw;
  }

  .housing-slider-border {
    background-position: 100%, 0%;
  }

  .housing-text-container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: 100%;
    padding-bottom: 7vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .housing-text-heading {
    text-align: center;
    letter-spacing: .2vw;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .housing-subtext {
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .pinpoint-container._1 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    top: 31vw;
    right: 19vw;
  }

  .pinpoint-container._2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    top: 50vw;
    right: 42vw;
  }

  .pinpoint-container._3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    top: 39vw;
    right: 54vw;
  }

  .pinpoint-container._4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    top: 32vw;
  }

  .pinpoint-container._5 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    top: 50vw;
    right: 46vw;
  }

  .pinpoint {
    border-width: .7vw;
    width: 7vw;
    height: 7vw;
  }

  .text-block-3 {
    letter-spacing: .1vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .housing-gradient {
    opacity: .77;
    background-image: linear-gradient(#0000 38%, #000);
  }

  .videos-row-mobile-container {
    background-color: #0000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .slide-nav-2 {
    display: none;
  }

  .social-video-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .left-arrow-2, .right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-mobile-arrow {
    width: 9vw;
  }

  .decorwall {
    display: none;
  }

  .image {
    width: 15vw;
    top: -7.3vw;
  }

  .zone-border {
    background-size: 6vw, 6vw, 6vw, 6vw, auto 1vw, auto 1vw, 1vw, 1vw;
  }
}


