/* code om webshopafbeeldingen in het geheel te tonen in het overzicht, toegevoegd door Folmer van Congressus */
.webshop-products .webshop-product .webshop-product-heading-image a img {
    position: absolute;

    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    webkit-transform: none;
    ms-transform: none;
    transform: none;
    object-fit: contain;
left: 0%;
top: 0%;
}