@media only screen and (max-width: 767px) {
    .cover-background {
        height:200px!important;
    }
}
@media only screen and (max-width: 460px) {
    .cover-background {
        height:100px!important;
    }
}