.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}

#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: 9px 0 23px 0;
}

#apr-banner .banner-left {
  left: -28em;
  bottom: 0;
}

#apr-banner .banner-right {
  right: -27em;
  bottom: 0;
}

#apr-banner .button {
  margin-top: 15px;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #900200;
  line-height: 1;
}

#apr-banner .button {
  text-decoration: none;
  color: white;
}

#apr-banner .button:hover,
#apr-banner.button:visited,
#apr-banner .button:active {
  text-decoration: none;
  color: white;
}

@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-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 .button {
    font-size: 1.3em;
  }

  #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 .image {
    top: -7em;
    right: 1em;
  }
}

@media screen and (max-width: 567px) {
  #apr-banner .main {
    width: 87%;
  }

  #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: 7%;
    margin-bottom: 11%;
  }

  #apr-banner .button {
    font-size: 1.4em;
    margin-top: 23px;
  }

  .container.promo-wrapper {
    margin-top: 20px;
  }

  #apr-banner .bottom {
    width: 100%;
  }

  #apr-banner .image {
    top: -34%;
    right: -4%;
    width: 34%;
    z-index: 2;
  }
}