/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 20:42:58 */
/* Force Contest Gallery v30 thumbnails to 150px x 150px */
.cg_gallery_container .cg_gallery_item,
.cg_gallery_container .cg_img_box,
.cg_gallery_container .cg_gallery_img_wrapper {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    flex-basis: 150px !important;
}

.cg_gallery_container img.cg_gallery_img,
.cg_gallery_container .cg_img_box img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    object-position: center !important;
}

