.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#sub1-banner {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-image: url(../../images/sub/4-7/sub1/back.jpg);
  background-image: -webkit-image-set(
    url("../../images/sub/4-7/sub1/back.jpg") 1x,
    url("../../images/sub/4-7/sub1/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#sub1-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}
#sub1-banner .banner-main {
  margin-left: -2em;
}
#sub1-banner .main {
  left: -5em;
  bottom: 0;
}
#sub1-banner .main-ph {
  width: 22em;
}
#sub1-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2.2em;
  border-radius: 1.1em;
  z-index: 1;
  line-height: 2;
}
#sub1-banner .button {
  text-decoration: none;
  color: black;
}
#sub1-banner .button:hover,
#sub1-banner.button:visited,
#sub1-banner .button:active {
  text-decoration: none;
  color: black;
}
@supports (background: -webkit-named-image(i)) {
  #sub1-banner .button {
    padding-top: 1px;
  }
}
@media screen and (max-width: 1280px) {
  #sub1-banner .banner-main {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #sub1-banner .banner-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #sub1-banner .button {
    font-size: 1.3em;
  }

  #sub1-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #sub1-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #sub1-banner {
    overflow: visible;
    background-position: bottom;
    background-image: url(../../images/sub/4-7/sub1/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/sub/4-7/sub1/back-m.jpg") 1x,
      url("../../images/sub/4-7/sub1/back-m@2x.jpg") 2x
    );
  }
  #sub1-banner .banner-inner {
    margin: 0;
    margin-bottom: 61%;
  }
  #sub1-banner .text {
    width: 67%;
    margin-top: 5%;
  }
  #sub1-banner .button {
    font-size: 1.1em;
  }
  #sub1-banner .image {
    width: 56%;
    bottom: -146%;
    right: -4.5%;
  }
}
