#jan2-banner {
  --red: #c72030;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../images/banner/back.jpg") 1x,
    url("../images/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  max-width: 83em;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 2em;
  overflow: visible;
}
#jan2-spin {
  overflow: hidden;
  padding-top: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/spin-back.jpg") 1x,
    url("../images/hero/spin-back@2x.jpg") 2x
  );
}
#jan2-spin .popup-animation {
  width: 41em;
  height: auto;
  bottom: 22px;
}
#jan2-spin .shadow {
  z-index: 0;
  padding-top: 42em;
}
#jan2-banner .main {
  top: -70px;
  left: -6em;
}
#jan2-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#jan2-banner .headline {
  width: 42em;
  height: auto;
  rotate: -5deg;
  left: -16em;
  top: -28px;
  z-index: 1;
}
#jan2-banner .wheel {
  width: 22em;
  height: auto;
  top: -12px;
  clip-path: inset(12px 0 134px 0);
}
#jan2-banner .text {
  margin-bottom: 1.5em;
}
#jan2-banner .animation {
  max-width: unset;
}
#jan2-banner .button {
  font-size: 1.1em;
  width: 9em;
  height: 2em;
  border-radius: 1em;
  background-color: white;
  line-height: 2;
  background-color: #00364a;
}
#jan2-banner .banner-cta {
  left: 3em;
}
#jan2-banner .button,
#jan2-banner .button:hover,
#jan2-banner .button:visited,
#jan2-banner .button:active {
  text-decoration: none;
  color: white;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #jan2-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1350px) {
  #jan2-banner {
    width: 95%;
  }
  #jan2-banner .wheel-box {
    display: none;
  }
  #jan2-banner .headline {
    width: 35em;
    height: auto;
    rotate: -5deg;
    left: -11em;
    top: -13px;
    z-index: 1;
  }
  #jan2-banner .banner-cta {
    left: 3em;
    margin: 4em 0;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  #jan2-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/banner/back-m.jpg") 1x,
      url("../images/banner/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #jan2-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #jan2-banner .banner-cta {
    margin: 0;
    margin-bottom: 6%;
    left: unset;
  }
  #jan2-banner .banner-main {
    height: auto;
    width: 100%;
  }
  #jan2-banner .banner-main .main {
    margin-top: 3%;
    width: 20em;
    max-width: 100%;
    margin-bottom: 4%;
    display: flex;
    top: unset;
    left: unset;
  }
  #jan2-banner .headline {
    width: 35em;
    height: auto;
    rotate: -5deg;
    left: unset;
    top: 85px;
    z-index: 1;
  }
  #jan2-spin {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/hero/spin-back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/spin-back-m.jpg") 1x,
      url("../images/hero/spin-back-m@2x.jpg") 2x
    );
  }
}
@media screen and (max-width: 767px) {
  #jan2-spin .popup-animation {
    width: 96%;
    height: auto;
    bottom: unset;
  }
  #jan2-spin {
    width: 100%;
    padding: 25% 0 24% 0;
  }
  #jan2-spin .animation {
    width: 100%;
  }
  #jan2-spin .shadow {
    z-index: 0;
    bottom: 14%;
    width: 95%;
  }
}
@media screen and (max-width: 567px) {
  #jan2-banner {
    width: 91%;
  }
  #jan2-banner .button {
    font-size: 1.1em;
    width: 9em;
  }
  #jan2-banner .banner-main .main {
    margin-top: 8%;
    width: 53%;
    max-width: 100%;
  }
  #jan2-banner .banner-cta {
    margin: 0;
  }
  #jan2-banner .banner-inner {
    height: auto;
    padding: 0;
  }
  #jan2-banner .wheel {
    width: 100%;
    height: auto;
    bottom: -48%;
    top: unset;
    max-width: 100%;
    clip-path: inset(0 0 0.4% 0);
  }
  #jan2-banner .headline {
    width: 118%;
    height: auto;
    rotate: -5deg;
    left: unset;
    top: 22%;
    z-index: 1;
  }
  #jan2-banner .animation {
    max-width: 100%;
    width: 77%;
  }
}
