/* Add custom CSS styles below */ 
.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    background: #fff;
}

@media (min-width: 480px) {

    .banner-entry {
        padding: 1rem;
        background-color: #fff;
    }
}

@media (min-width: 1024px) {
    .main-content .product-brand {
        border: 1px solid #14bcdb;
        border-radius: 10px;
        height: 66px;
        background-size: contain;
        width: auto;
        position: relative;
        padding: 3px;
        display: flex;
    }
}
---------------------