@media (max-width: 992px) {
    .hero-left {
        display: none;
    }

    .hero-slide .hero-right {
        padding-bottom: 40px;
    }
}