@media all  and (max-width: 480px) {
.promopage .kerstvakantie-banner {
background-image: url('/images/promotion/WG-kerstvakantie/WG-header__kerstvakantie--s.jpg')
}
}
@media all and (min-width: 481px) and (max-width: 950px) {
.promopage .kerstvakantie-banner {
background-image: url('/images/promotion/WG-kerstvakantie/WG-header__kerstvakantie--m.jpg')
}
}
@media all and (min-width: 951px) and (max-width: 1100px) {
.promopage .kerstvakantie-banner {
background-image: url('/images/promotion/WG-kerstvakantie/WG-header__kerstvakantie--l.jpg')
}
}
@media all and (min-width: 1101px) and (max-width: 1440px) {
.promopage .kerstvakantie-banner {
background-image: url('/images/promotion/WG-kerstvakantie/WG-header__kerstvakantie--xl.jpg')
}
}
@media all and (min-width: 1441px)  {
.promopage .kerstvakantie-banner {
background-image: url('/images/promotion/WG-kerstvakantie/WG-header__kerstvakantie--xxl.jpg')
}
}
