#laatst_bekeken{
    margin: 45px 0px 25px 0px;
}

#laatst_bekeken div.lastViewedProduct_box {
    position: relative;
}

#laatst_bekeken div.lastViewedProduct {
    position: relative;
    margin-top: 15px;
    float: left;
    width: 125px;
    text-align: center;
}

#laatst_bekeken div.lastViewedProduct_image {
    position: relative;
    height: 150px;
}

#laatst_bekeken div.lastViewedProduct_image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
}

#laatst_bekeken div.lastViewedProduct_image div.quickview-image-layover,
div.lastViewedProduct_image div.layover {
    width: 125px;
    height: 150px;
}

#laatst_bekeken div.lastViewedProduct_image div.quickview-image-layover a span {
    left: 50%;
    margin-left: -17px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
}

@media screen and (min-width: 122px) and (max-width: 474px) {
    #laatst_bekeken div.lastViewedProduct {
        width: 48%;
    }
}