/*
 * White Seeds Image Slot Lock 1.1.0
 * Public Source Exact renderer ONLY.
 *
 * Do not invent one aspect ratio for every image. Preserve the dimensions
 * already encoded in the original source classes.
 */
body.ws17-source-exact img[data-ws17-type="image"] {
    display: block !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.ws17-source-exact img[data-ws17-type="image"].w-full {
    width: 100% !important;
}

body.ws17-source-exact img[data-ws17-type="image"].h-96 {
    height: 24rem !important;
}

body.ws17-source-exact img[data-ws17-type="image"].h-64 {
    height: 16rem !important;
}

body.ws17-source-exact img[data-ws17-type="image"].h-full {
    height: 100% !important;
}

@media (min-width: 640px) {
    body.ws17-source-exact img[data-ws17-type="image"].sm\:h-80 {
        height: 20rem !important;
    }
}

@media (min-width: 1024px) {
    body.ws17-source-exact img[data-ws17-type="image"].lg\:h-96 {
        height: 24rem !important;
    }
}
