/* Баннер страницы «Решения» */
.solutions-top {
    background: url('/local/templates/gersa/img/squares-desktop.svg') left center no-repeat,
                url('/local/templates/gersa/img/solutions-bg.jpg') center center no-repeat;
    background-size: auto 100%, cover;
}

/* Планшет */
@media screen and (max-width: 960px) {
    .solutions-top {
        background: url('/local/templates/gersa/img/squares-desktop.svg') left center no-repeat,
                    url('/local/templates/gersa/img/solutions-bg-tablet.jpg') center center no-repeat;
        background-size: auto 100%, cover;
    }
}

/* Мобильная версия */
@media screen and (max-width: 600px) {
    .solutions-top {
        background: url('/local/templates/gersa/img/squares-mobile.svg') left center no-repeat,
                    url('/local/templates/gersa/img/solutions-bg-mobile.jpg') center center no-repeat;
        background-size: auto 100%, cover;
    }
}
