Change widget height on mobile

Add this code to the Custom CSS field on the Advanced tab of your Slider widget’s settings:

@media (max-width: 500px) {
    .global-styles, .eapp-slider-slider-slider {
        height: 60vh!important;
    }
}