body{background-color:#fff}

div.algemeen-banner {
    background-image: url("//cdn.lasourisscooters.nl/la-souris/images/banners/algemeen-banner-xs.png");
    background-color: #000;
    width: 100%;
    height: 201px;
    background-position: center center;
    background-repeat: repeat-x;
    color: #fff;
}
div.store-banner,
div.homepage-banner {
    max-width: 1238px;
    margin: 0 auto;
    cursor: pointer;
}
div.store-banner img,
div.homepage-banner img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.div-homepage-deal-banner:hover{
    cursor:pointer;
}


@media screen and (max-width:325px){
    .usp-light a {
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    div.store-banner,
    div.homepage-banner {
        max-width: 100%;
    }
}
@media screen and (min-width: 451px)
{

}