/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width: 991px) {

  body {
    background: url('../img/background-tablet.jpg') top center no-repeat; background-size: cover;
    padding-top: 0;
  }


}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 767px) {

  body {
    background: url('../img/background-mobile.jpg') top center no-repeat; background-size: cover;
    padding-top: 0;
    section { padding-top: 110px !important; padding-bottom: 30px; }
  }

}
