.container.promo-wrapper {
  width: 1430px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#june-banner {
  width: 100%;
  background-image: url(../../../images/25/june/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/banner/back.jpg") 1x,
    url("../../../images/25/june/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  overflow: hidden;
}
#june-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
}
#june-banner .banner-main {
  margin: 1em 0;
}
#june-banner .banner-main .main {
  width: 26em;
  margin-bottom: 10px;
}
#june-banner .button {
  font-size: 1.1em;
  width: 11em;
  height: 2em;
  border-radius: 1.1em;
  background-color: #ffde16;
  line-height: 3;
}
#june-banner .left {
  width: auto;
  height: 69%;
  left: -14em;
  top: 36px;
}
#june-banner .right {
  width: auto;
  height: 100%;
  right: -24em;
  z-index: -1;
}
#june-banner a:hover,
#june-banner a:focus,
#june-banner a:active,
#june-banner a:visited {
  color: black;
}

@supports (background: -webkit-named-image(i)) {
  #june-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 991px) {
  #june-banner .banner-main .main {
    width: 23em;
  }
}
@media screen and (max-width: 767px) {
  #june-banner {
    width: 90%;
    background-position: bottom center;
    background-image: url(../../../images/25/june/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/banner/back-m.jpg") 1x,
      url("../../../images/25/june/banner/back-m@2x.jpg") 2x
    );
  }
  #june-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0em;
    position: relative;
  }
  #june-banner .banner-main .main {
    width: 92%;
    display: flex;
    margin-top: 8%;
    margin-bottom: 3%;
  }
  #june-banner .banner-main {
    width: 90%;
    margin: 0;
  }
  #june-banner .button {
    margin-bottom: 25%;
  }
  .container.promo-wrapper {
    margin-bottom: 60px;
    padding: 0 !important;
    margin-top: -9px;
  }
  #june-banner .banner-cta {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 567px) {
  #june-banner .button {
    font-size: 1.1em;
    width: 11em;
    height: 2.2em;
    margin-bottom: 20%;
    line-height: 1;
  }
  #june-banner .banner-main .main {
    width: 90%;
    margin-bottom: 4%;
    margin-top: 10%;
    left: 0;
  }
  #june-banner .banner-main {
    width: 99%;
  }
  #june-banner .image-m {
    width: 63%;
  }
}
