/* Banner-1 */
#banner-1 {
    background-image: url(../images/banner_s.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height:635px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #banner-1 {
        background-image: url(../images/banner.jpg);
        height: 756px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}