/* Fix for Brand and Car Type Image Sizes */
.brand-image img,
.car-type-item .car-image img {
    height: 50px !important;
    width: auto !important;
    object-fit: contain;
    margin-right: 4px;
}