.aanbod{display: flex; justify-content: center}
.aanbod .item{width:450px; max-width:100%; text-align: center; display: block; float:left;}
.aanbod .item:hover{text-decoration: none;}
.aanbod .item .image_container{border-radius: 5000px;  display: block;   width: 450px; max-width:100%;
    height: 450px;
    overflow: hidden; background-size:cover; background-position: center center;}
.aanbod .item .subtitle{display: block; color:#000000; font-weight: bold;}
.aanbod .item .title{display: block; color:#000000;}


@media (min-width: 576px) {
}

@media (max-width: 767px) {
    .featured_hover{width:360px; margin:0 auto; display: block; max-width:100%;}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
