.wp-block-group:has([id*="slider-pro"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

img.sp-image,
.sp-mask.sp-grab {
    min-height: 322px !important;
}

img.sp-image {
    object-fit: cover;
}

.sp-mask.sp-grab {
    pointer-events: none;
}

.sp-image-container {
    border-radius: 20px !important;
    overflow: hidden;
}



@media (min-width: 799px) {
     .sp-image {
    width: 100%;
    height: auto;
    object-fit: cover !important;
    max-height: 60vh !important; 
}
}

@media (max-width: 799px) {
    .sp-button {
        width: 12px !important;
        height: 12px !important;
    }
}