div#projector_returns {
    display: none ! important;
}
.cat-banner-container {
    width: 100%
}

.cat-banner-normal {
    display: none
}

.cat-banner-mobile {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 350px
}

@media screen and (min-width: 465px) {
    .cat-banner-mobile {
        max-height:450px
    }
}

@media screen and (min-width: 750px) {
    .cat-banner-normal {
        display:block;
        margin: auto;
        max-width: 100%;
        max-height: 200px;
        text-align: center
    }

    .cat-banner-mobile {
        display: none
    }
}