@media only screen and (max-width: 768px) {
    canvas {
        display:none!important;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1920px) {
    .banner_bgtext .text-content {
        /*top:35%!important;*/
    }
    .banner_categories {
        top: 40%!important;
    }
}