/* Swiper */
.userwp-slideshow { position: relative; width:100%; overflow:hidden; margin: 0; }
.userwp-slideshow .swiper-slide img {
  width:100%; aspect-ratio:1000/400; object-fit:cover; border-radius:0px;
}

/* Cropper UI (brief) */
.uwps-cropper-ui { margin:1em 0; padding: .5em; background:#f9f9f9; }
.uwps-cropper-ui h3 { margin-top:0; }
.uwps-cropper-ui .crop-slot { margin-bottom:1em; }
.uwps-cropper-ui .slot-preview img { max-width:100%; margin-top:.5em; }
#uwps-crop-ui { margin-top:1em; }