.cwiw{
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
}
.cwiw .row{
    display:flex;
    flex-wrap: wrap;
}
.cwiw .row:before,
.cwiw .row:after{
    display: table;
    content: " ";
}

.cwiw .title {
    font-weight: bold;
}

.cwiw p.info {
    display: none; 
}

.cwiw .row .col-md-4{
    width: 20%;
    box-sizing: border-box;
    padding: 7.5px;
    float: left;
}

.cwiw a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%; 
} 

.cwiw a img {
    height:200px;
    max-width: none;
}

.cwiw a h3 {
    display: block;
    position: relative;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    padding: 15px 20px 30px;
    margin: 0;
    text-align: left;
    line-height: 3rem;
    font-weight: bold;
    box-sizing: border-box;
    background-image: url(../../images/houtnerf-wit.png);
    background-attachment: fixed;
}

.cwiw .col-md-4:nth-child(even) h3,
.cwiw .col-md-4:nth-child(even) h3:after {
    background-color: white;
}

.cwiw a h3:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%;
    height: 20px;
    z-index: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #f7f7f7;
    background-image: url(../../images/houtnerf-wit.png);
    background-attachment: fixed;
}

.cwiw a h3 span {
    color: black;
}

.cwiw a:hover {
    text-decoration: none;
}

.cwiw a:hover span {
    color: #c8102e;
}

.cwiw .col-md-4 a:hover {
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}