@media (max-width: 474px) {
    .block-slideshow__item {
        height: 95px !important;
    }
}

@media (min-width: 480px) and (max-width: 690px) {
    .block-slideshow__item {
        height: 100% !important;
    }
}


@media (max-width: 780px)  {
    .mobile-hide {
        display: none !important;
    }
}



@media (min-width: 780px)  {
    .desktop-hide {
        display: none !important;
    }

}


.block-zone__widget-body {
    width: 100% !important;
}




