#july-banner {
  background-image: url(../../../images/25/july/banner/back.png);
  background-image: -webkit-image-set(
    url("../../../images/25/july/banner/back.png") 1x,
    url("../../../images/25/july/banner/back@2x.png") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  --yellow: #ffde16;
  margin-bottom: -15px;
  width: 68vw;
}
#july-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
}
#july-banner .banner-main img {
  width: 40vw;
  position: relative;
  left: -2.5vw;
}
#july-banner .banner-cta img {
  width: 14vw;
}
#july-banner .button {
  font-size: 0.9vw;
  width: 10vw;
  height: 1.7vw;
  border-radius: 35px;
  margin-top: 12px;
  padding-top: 0.1vw;
}

#july-banner .button,
#july-banner .button:visited,
#july-banner .button:hover,
#july-banner .button:active,
#july-banner .button:focus {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #july-banner {
    max-width: 100%;
    margin-bottom: 20px;
    background-image: url(../../../images/25/july/banner/back-m@2x.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
    );
    width: 92%;
    height: 110vw;
    overflow: visible;
  }
  #july-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
    justify-content: start;
  }
  #july-banner .banner-main {
    width: 104%;
  }
  #july-banner .banner-main img {
    width: 99%;
    left: 3vw;
    top: -5vw;
  }
  #july-banner .banner-cta {
    align-self: center;
    width: 100%;
  }
  #july-banner .button {
    margin-bottom: 6%;
    margin-top: 1%;
    width: 30%;
    height: 7vw;
    font-size: 3.5vw;
  }
}
