#m-section-1-xmas {
  display: none;
  background-color: #000000;
}

#section-1-xmas {
  display: none;
}

.xmass-banner {
  width: 100%;
  height: 600px;
  background-image: url('../images/xmass-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media(max-width:1040px) {
  #m-section-1-xmas {
    display: block;
    margin-top: 60px;
  }
}

@media(min-width:1041px) {
  #section-1-xmas {
    display: block;
  }
}

@media(min-width:1500px) {
  .xmass-banner {
    background-image: url('../images/xmass.jpg');
  }
}

@media(min-width:1920px) {
  .xmass-banner {
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
}


