/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2025 | 09:56:05 */
/* SAME SIZE ON IMAGES */
@media only screen and (min-device-width: 769px) {
.universal_size_for_image img {
    min-width: 592px !important;
    max-width: 100% !important;
    height: 647px !important;
    object-fit: cover !important;
    border-radius: 50px !important;
    display: block !important;
}	

.universal_size_for_image_top img {
    width: 100% !important;
    aspect-ratio: 700 / 400;
    object-fit: cover;
}
}
/* SAME SIZE ON IMAGES */

