@media only screen and (min-width: 981px) {
    .hero-image-container {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .hero-ad {
        /* margin-top: 20px; */
        width: auto;
    }
}
