/* Hide image on screens smaller than 1024px (typical laptop breakpoint) */
@media screen and (max-width: 1024px) {
    .uc-HeroImage .t-bgimg {
        display: none;
    }
}