.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#jan-banner {
  width: 100%;
  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;
  overflow: visible;
}
#jan-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 1em;
}
#jan-banner .bg {
  max-width: unset;
  width: 103em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#jan-banner .banner-main {
  margin-top: 21px;
  margin-bottom: 5px;
  margin-left: 4em;
}
#jan-banner .text {
  margin-bottom: 1em;
}
#jan-banner .mike {
  z-index: 1;
  left: 6em;
  bottom: -37px;
}
#jan-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #f04645;
  line-height: 1;
}
#jan-banner .button {
  text-decoration: none;
  color: white;
}
#jan-banner .button:hover,
#jan-banner.button:visited,
#jan-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #jan-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1330px) {
  #jan-banner .mike {
    left: 0;
  }
}
@media screen and (max-width: 1170px) {
  #jan-banner .mike {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #jan-banner .banner-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #jan-banner .button {
    font-size: 1.3em;
  }
  #jan-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #jan-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #jan-banner .banner-main {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 567px) {
  #jan-banner {
    background-position: top center;
    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
    );
  }
  #jan-banner .main {
    width: 87%;
  }
  #jan-banner .banner-inner {
    margin-bottom: 9%;
    margin-top: 10%;
  }
  #jan-banner .button {
    font-size: 1.2em;
    width: 9em;
  }
}
