.first-bg-image {
    background-image: url('../images/home-7.jpg');
}

@media (max-width: 768px) {
    .first-bg-image {
        background-image: url('../images/home-7-mobile.jpg');
    }
}