.text-decoration-none {
  text-decoration: none;
}
#jan-hero .jan-inner .button:hover {
  text-decoration: none;
}
#jan-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/jan/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/back.jpg") 1x,
    url("../../../images/26/jan/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#jan-hero .jan-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#jan-hero .jan-main {
  margin-top: 6em;
  margin-bottom: 9em;
}
#jan-hero .jan-anim {
  margin-top: 1em;
  margin-bottom: 2em;
}
#jan-hero .headline {
  width: 44em;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
#jan-hero .stars {
  width: 22em;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 1em;
}
#jan-hero .button {
  width: 11.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  background-color: #ec182a;
  margin-top: 2em;
  line-height: 0;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #jan-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  #jan-hero .jan-inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  #jan-hero .jan-anim {
    margin-top: 5%;
    margin-bottom: 7%;
  }
  #jan-hero .headline {
    width: 95%;
  }
  #jan-hero .stars {
    width: 54%;
    top: 6%;
  }
  #jan-hero .animation {
    width: 95%;
  }
  #jan-hero .jan-main .main {
    width: 95%;
  }
  #jan-hero .bg {
    width: 89%;
    left: 50%;
    transform: translateX(-50%);
  }
  #jan-hero .button {
    margin-top: 0;
  }
}

@media screen and (max-width: 567px) {
  #jan-hero {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/jan/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/jan/hero/back-m.jpg") 1x,
      url("../../../images/26/jan/hero/back-m@2x.jpg") 2x
    );
  }
  #jan-hero .jan-inner {
    flex-direction: column;
  }
  #jan-hero .left {
    width: 100%;
  }
  #jan-hero .jan-anim {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 11%;
  }
  #jan-hero .jan-main {
    width: 100%;
    margin-top: 21%;
    margin-bottom: 68%;
  }
  #jan-hero .jan-main .main {
    width: 90%;
  }
  #jan-hero .button {
    font-size: 1em;
  }
  #jan-hero .stars {
    width: 84%;
    top: 13%;
  }
}
