#july-promo {
    padding-bottom: 55px;
}
#july-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/hero/back.jpg);
    background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x, url("../images/hero/back@2x.jpg") 2x);
    margin-bottom: 27px;
}

#july-hero .july-container {
    width: 100%;
}

#july-hero .button {
    font-size: 1.1875em;
    height: 35px;
    width: 213px;
    border-radius: 18px;
}

#july-hero dotlottie-player.animation {
    width: 109%;
    height: auto;
    top: -7%;
    left: -4%;
}
#july-hero .main {
    margin-top: 23px;
    margin-bottom: 15px;
}
#july-hero .july-main {
    padding-top: 42px;
    padding-bottom: 72px;
}
#july-hero .july-left {
    left: -282px;
    bottom: 5px;
}
#july-hero .july-right {
    bottom: -55px;
    right: -496px;
}
@media screen and (max-width: 2000px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 991px) {
    #july-promo {
        padding-bottom: 44px;
    }
    #july-hero .july-main {
        padding-top: 41px;
        padding-bottom: 246px;
    }
    #july-hero .july-left {
        left: -30px;
        bottom: -5px;
    }
    #july-hero .july-right {
        bottom: -40px;
        right: -44px;
    }
}

@media screen and (max-width: 767px) {

    #july-hero .button {
        font-size: 1.0625em;
        height: 39px;
        width: 193px;
        border-radius: 20px;
    }
    #july-hero .main {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 567px) {
    #july-hero {
        background-image: url(../images/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x, url("../images/hero/back-m@2x.jpg") 2x);
    }
}