@media(min-width:767px) {
.introChalet {
background:url(../img/bg/sesame.jpg) no-repeat top center;
}
}
@media (max-width:768px) {
.introChalet {
background:url(../img/bg/sesame-small.jpg) no-repeat top center;
}
}
