/* fix webshop caption height to improve display */
h4.webshop-product-name {
    height: 80px;
}

/* sponsor banner */
li.col-sm-6.col-xs-6 {
    width: 100%;
    padding:0px;
}
.sponsors ul li.col-sm-6.col-xs-6 a {
    height: min(384px,20vw);
}






