@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   img {
      width: 100%;
      -ms-interpolation-mode: bicubic;
   }
   .sluiting img{
     width: 150px;
     height: auto;
     -ms-interpolation-mode: bicubic;
   }
   .logo img, .logo picture, .topsluiting img, .topsluiting picture{
     width: 200px;
     height: auto;
     -ms-interpolation-mode: bicubic;
   }
}
