.hero-section {
    background-image: none;
}

@media (min-width: 992px) {
    .hero-section {
        background-image: url('https://placehold.co/660x550');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }
}