.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}

#secret-animation {
    position: fixed;
    bottom: 0;
    z-index: 9;
}

#apr-banner {
  width: 100%;
  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;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

#apr-banner .banner-inner {
  height: auto;
  width: 600px;
  position: relative;
}

#apr-banner .banner-main {
  margin: 27px 0 0px -8.5em;
}

#apr-banner .banner-left {
  left: -26em;
  bottom: -19px;
}

#apr-banner .banner-right {
  right: -22em;
  bottom: -14px;
}

#apr-banner .mikes {
  bottom: -10px;
  left: -8.5em;
}

#apr-banner .button {
  margin-top: 0;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
  top: -32px;
  position: relative;
  left: -29px;
}

#apr-banner .button {
  text-decoration: none;
  color: black;
}

#apr-banner .button:hover,
#apr-banner.button:visited,
#apr-banner .button:active {
  text-decoration: none;
  color: black;
}

@supports (background: -webkit-named-image(i)) {
  #apr-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #apr-banner .banner-inner {
    padding: 0 15px;
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  #apr-banner {
    background-position: top;
    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);
  }

  #apr-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  #apr-banner .main {
    width: 60%;
    bottom: unset;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }

  #apr-banner .banner-main {
    margin: 2em 0;
  }

  #apr-banner .main {
    left: 4%;
  }

  #apr-banner .button {
    font-size: 1.3em;
    left: unset;
    top: unset;
    margin-top: 1.1em;
  }
}

@media screen and (max-width: 567px) {
  #apr-banner .main {
    width: 96%;
    left: 6%;
  }

  #apr-banner .banner-inner {
    margin: 0;
  }

  #apr-banner .banner-right {
    right: unset;
    bottom: 0;
    position: relative;
    width: 100%;
  }

  #apr-banner .banner-main {
    margin: 0;
    margin-top: 8%;
    margin-bottom: 51%;
  }

  #apr-banner .button {
    font-size: 1.1em;
    margin-top: 17px;
  }

  .container.promo-wrapper {
    margin-top: 20px;
  }

  #apr-banner .bottom {
    width: 109%;
    max-width: 150%;
    position: absolute;
    margin-bottom: 57%;
  }
}