/**
 * PPManufacturerBlocks - Minimal front CSS
 * Most brand page styles are in theme SCSS (_brand.scss)
 * This file only contains module-specific overrides
 */

/* AJAX loading transition */
#pmanufacturercategory_ajax {
    transition: opacity 0.3s ease;
}

/* Hero banner responsive picture */
.brand-hero picture {
    display: block;
    width: 100%;
}

.brand-hero picture img {
    width: 100%;
    height: auto;
    display: block;
}
