.brand-logo>a>img,.brand-logo-signup>a>img {
height:80px;
margin-top:-20px;
}
@media only screen and (max-width: 600px) {
    .brand-logo>a>img {
        height:40px;
    }
    .brand-logo-signup>a>img {
        height:50px;
    }
    #products .products-item:first-child {
    border-top-left-radius:20px !important;
    border-bottom-left-radius:0px !important;
    border-top-right-radius:20px !important;
    }
#products .products-item:last-child {
    border-bottom-left-radius:20px !important;
    border-bottom-right-radius:20px !important;
    border-top-right-radius:0px !important;
    }
}
.reviews-overview .website-logo {
    height: 60px;
margin-top:-15px;
}