.rs-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid; 
    border-radius: 12px;
}

.rs-image {
    position: absolute;
    /* Make sure the image is larger than the frame */
    min-width: 150%;
    min-height: 150%;
}
