/**
 * 2025 Hugo Herreros
 *
 * NOTICE OF LICENSE
 *
 *  @author    Hugo Herreros <info@hugoherreros.com>
 *  @copyright 2025 Hugo Herreros
 *  @license   Property of Hugo Herreros Non redistributable.
 */

.masco-home-banners {
    display: none;
    margin: 30px 0;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .masco-home-banners{
        display: block;
    }
}

.masco-home-banners .banners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto;
}

.masco-home-banners .banner-image {
    width: 100%;
    height: auto;
    display: block;
}
