@media only screen and (max-width: 1199px) {
    #homepage-banner .avis-verify-img {
        top: -80px;
        right: 0;
    }

    #homepage-banner .reviews-badge {
        margin-top: unset;
    }


}

@media only screen and (max-width: 991px) {
    #homepage-banner .avis-verify-img {
        top: -30px;
        right: -50px;
    }

}

@media only screen and (max-width: 950px) {
    #homepage-banner .avis-verify-img {
        top: -30px;
        right: -30px;
    }

    #homepage-banner .tablet-img img {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 900px) {
    #homepage-banner .avis-verify-img {
        top: -25px;
        right: 45px;
    }

    #homepage-banner .tablet-img img {
        margin-top: 75px;
    }
}