@media screen and (max-width:292px) {
    .mobhide{display:none;}

    .logow{
        width: 200px;
        
    }

}


@media screen and (max-width:392px) {
    .mobhide{display:none;}

    .logow{
        width: 250px;
        
    }

}

@media screen and (max-width:980px) {
.banner-ndc-home, .pattern2 {
    height: 100%!important;
}
}