/* Image Size Fix for ALL Pages */
.carousel-inner .item img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.services_con .picture img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.photo_gallery_con img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.threebnr_con .picture img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* For mobile */
@media (max-width: 768px) {
    .carousel-inner .item img {
        height: 300px !important;
    }
    
    .services_con .picture img {
        height: 200px !important;
    }
    
    .photo_gallery_con img {
        height: 150px !important;
    }
    
    .threebnr_con .picture img {
        height: 150px !important;
    }
}