
.tw-col-90 {
    height: 100%;
    position: relative;
    z-index: 10;
}
@media (max-width: 991px) { /* tablet */
    .tw-col-90 {
        z-index: 10;
    }
}
@media (max-width: 767px) { /* mobiel */
    .tw-col-90 {
        z-index: 10;
        height: 100%;
    }
}
.tw-col-90 td, 
.tw-col-90 p {
    color: #ffffff;
}
.tw-col-90 h1, 
.tw-col-90 h2, 
.tw-col-90 h3, 
.tw-col-90 h4, 
.tw-col-90 h5 {
    color: #ffffff;
}
