#hero img {
    width: 10% !important;
}

#hero-background.bg-height {
    height: 8rem !important;
}

/*------------------------------------*\
  Responsive
\*------------------------------------*/
/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 600px) {
    .image-wrapper.bg-cover {
        min-height: 25rem;
    }

    #hero-background img {
        width: 15% !important;

    }

    #hero-background .spacing {
        margin-left: -15px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 600px) {
    #hero-background {
        display: none;
    }
}