/* Target WPBakery carousel images */
.vc_carousel-inner img {
    height: 300px;       /* Set your desired uniform height */
    width: auto;         /* Let width adjust proportionally */
    object-fit: cover;   /* Fill the height without stretching */
    display: block;      
    margin: 0 auto;      /* Center images horizontally */