/**
 * Fast Images - Lazy Loading System
 * @version 6.1
 */

/* Ensure images maintain structure */
.post-thumb img,
.post-thumbnail img,
.entry-thumbnail img,
.slider-image img,
.result-thumb img,
.related-post-thumb img {
    object-fit: cover !important;
    object-position: center center !important;
}

/* No hover effects on images */
.post-thumb:hover img,
.post-thumbnail:hover img,
.category-post-item:hover img {
    transform: none !important;
    scale: 1 !important;
}

