#july-banner {
  width: 100%;
  background-image: url(../../../images/25/july/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/july/banner/back.jpg") 1x,
    url("../../../images/25/july/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  margin-bottom: 43px;
  overflow: visible;
}
#july-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 7em;
}
#july-banner .banner-main {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  z-index: 1;
}
#july-banner .banner-main img {
  width: 34em;
}
#july-banner .banner-main .bat {
  width: 27em;
  left: 13em;
  top: 10em;
}
#july-banner .button {
  font-size: 1.3em;
  width: 9em;
  height: 1.6em;
  border-radius: 0.8em;
  margin-top: 9px;
  background-color: white;
  color: #292968 !important;
}
#july-banner .text {
  margin-bottom: 10px;
  width: auto;
}
#july-banner .banner-cta {
  left: 49px;
}

#july-banner .button,
#july-banner .button:visited,
#july-banner .button:hover,
#july-banner .button:focus,
#july-banner .button:active {
  color: #292968;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  #july-banner {
    width: 96%;
  }
}
@media screen and (max-width: 1200px) {
  #july-banner .banner-main .bat {
    display: none;
  }
  #july-banner .banner-inner {
    gap: 0em;
  }
  #july-banner .text {
    width: 21em;
  }
  #july-banner .banner-cta {
    left: 29px;
  }
}
@media screen and (max-width: 991px) {
  #july-banner {
    width: 100%;
    background-image: url(../../../images/25/july/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/july/banner/back-m.jpg") 1x,
      url("../../../images/25/july/banner/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    max-width: 100%;
    margin-bottom: 20px;
    width: 92%;
    overflow: hidden;
  }
  #july-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    padding: 5% 0;
  }
  #july-banner .banner-cta {
    left: 0;
    width: 100%;
  }

  #july-banner .text {
    width: 70%;
  }
  #july-banner .banner-main img {
    width: 70%;
  }
  #july-banner .banner-main {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #july-banner {
    background-position: center;
    overflow: visible;
  }
  #july-banner .banner-main img {
    width: 90%;
    margin-top: 4%;
    margin-bottom: 34%;
  }
  #july-banner .banner-cta {
    align-self: center;
    margin: 0;
    order: 2;
    width: 100%;
  }
  #july-banner .button {
    font-size: 1.2em;
    margin-top: 2%px;
  }
  #july-banner .banner-main .bat {
    display: flex;
    width: 88%;
    top: 28%;
    left: unset;
    right: -4%;
  }
  #july-banner .text {
    width: 87%;
  }
}
