#jan-banner {
  --red: #c72030;
  background-image: url(../../../images/26/jan/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/banner/back.jpg") 1x,
    url("../../../images/26/jan/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 68vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 2em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#jan-spin {
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/26/jan/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/spin-back.jpg") 1x,
    url("../../../images/26/jan/hero/spin-back@2x.jpg") 2x
  );
}
#jan-spin .animation {
  width: 34.5em;
}
#jan-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#jan-banner .banner-main img {
    margin-top: 2vw;
    position: relative;
    left: -8vw;
    width: 21vw;
}
#jan-banner .text {
margin-bottom: -0.5vw;
    margin-top: -0.5vw;
    position: relative;
    right: -11vw;
    width: 18vw;
}
#jan-banner .button {
font-size: 1.1vw;
    width: 11.5vw;
    height: 2vw;
    border-radius: 1.1em;
    background: var(--yellow);
    box-shadow: 4px 4px 0 #022b5b;
    left: 16vw;
    bottom: 2vw;
}
#jan-banner .button,
#jan-banner .button:hover,
#jan-banner .button:visited,
#jan-banner .button:active {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767px) {
  #jan-banner {
      background-image: url(../../../images/26/jan/banner/back-m.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/banner/back-m.jpg") 1x,
    url("../../../images/26/jan/banner/back-m@2x.jpg") 2x
  );
  height: 163vw;
  width: 92%;
  overflow: hidden;
  }
  #jan-banner .button {
        font-size: 4vw;
        width: 40%;
        height: 8vw;
        left: unset;
        bottom: -15vw;
  }
  #jan-banner .banner-main {
    width: 100%;
  }
  #jan-banner .banner-main img {
    margin-top: 6%;
    width: 90%;
    left: unset;
  }
  #jan-banner .banner-cta {
    margin: 0;
    width: 100%;
  }
  #jan-banner .banner-image {
    width: 100%;
  }
  #jan-banner .banner-image img {
    width: 100%;
    margin-top: 7%;
    position: relative;
    bottom: -14vw;
  }
  #jan-banner .banner-inner {
    height: auto;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  #jan-spin .animation {
    width: 100%;
    left: -3%;
  }
  #jan-spin {
    width: 100%;
    padding: 16% 0;
  }
}
