#july-promo {
  font-size: 16px;
  --red: #ed1c24;
}
#july-hero {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/july/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/july/hero/back.jpg") 1x,
    url("../../../images/25/july/hero/back@2x.jpg") 2x
  );
}
.jh-inner {
  padding: 0 15px;
}
.jh-inner dotlottie-player {
  height: auto;
}
.jh-inner .button {
  width: 12em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  background-color: #366624;
}
.jh-main {
  padding-top: 5em;
  padding-bottom: 11em;
}
#july-hero .bottom {
  width: 123em;
  bottom: 0;
  max-width: unset;
  z-index: 1;
}
#july-hero .tumbleweed-fullscreen {
  width: 100%;
  bottom: -7em;
}
#july-hero .sun {
  width: 17em;
  top: 0;
  right: -11em;
}

#july-hero .main {
  margin-bottom: 1.5em;
  width: 39em;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  .jh-inner .button {
    padding-top: 2px;
  }
}

.jh-inner .button,
.jh-inner .button:focus,
.jh-inner .button:hover,
.jh-inner .button:visited,
.jh-inner .button:active {
  text-decoration: none;
  color: white;
}

@media screen and (min-width: 1341px) {
}
@media screen and (max-width: 1340px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .jh-main {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #july-hero .tumbleweed-mobile {
    width: 100%;
    bottom: -20%;
  }
  #july-hero .sun {
    width: 36%;
    top: 0;
    right: -9%;
  }
  .jh-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #july-hero {
    background-image: url(../../../images/25/july/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/july/hero/back-m.jpg") 1x,
      url("../../../images/25/july/hero/back-m@2x.jpg") 2x
    );
  }
  #july-hero .bottom {
    width: 100%;
    bottom: 0;
    max-width: 100%;
    z-index: 1;
    margin-bottom: 5%;
  }
  .jh-inner {
    padding: 0;
    width: 100%;
  }
  .jh-right {
    width: 100%;
  }
  #july-hero .main {
    margin-bottom: 4%;
    width: 91%;
  }
  .jh-main {
    padding-top: 11%;
    padding-bottom: 0;
    margin-bottom: -6%;
  }
  #july-hero .tumbleweed-mobile {
    width: 100%;
    bottom: -25%;
  }
  #july-hero .sun {
    width: 31%;
    top: 0;
    right: 0;
  }
  .jh-inner .button {
    width: 11em;
    font-size: 1.2em;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    .jh-inner .button {
      padding-top: 0;
    }
  }
}
