/*
Theme Name:   emoza-child

Template:     emoza-woocommerce
*/
.site-wide-slider-after-header.emoza-slider-wrapper {
    margin: 25px 0 40px 0;
    padding: 0 15px;
    width: 100%;
    clear: both;
    z-index: 99;                    /* на випадок накладання з іншими елементами */
    position: relative;
}

@media (max-width: 768px) {
    .site-wide-slider-after-header.emoza-slider-wrapper {
        margin: 15px 0 25px 0;
    }
}