.col-1 {
   background-image: none;
}

.col-1 h1 {
   display: none;
}

body {
   background-image: url(../../images/Wintersbouw/winters_bg.png) !important;
   background-size: contain;
   background-repeat: repeat-x;
   background-position: top left;
}

.col-1 {
   /* width: 100%;
    height: 100%;*/
    background-image: url(../../images/Wintersbouw/winters2.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
} 

/* Maximum aspect ratio */
@media (max-aspect-ratio: 3/2) {   
    .col-1 {
        background-image: url(../../images/Wintersbouw/winters_surface2.jpg) !important;    
    } 
}