
@media only screen and (max-width: 1000px) {
    .image-background {
        width : 100% !important ;
        height : 50vh !important ;
        transform: translate(0 ,0 ) !important ;
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
}
