﻿.headerbox {
    background-image: url(../../assets/img/bannr-img.jpg); 
    height: 150px; /* Default for desktop */
}


@media (max-width: 768px) {
    .headerbox {
        background-image: url(../../assets/img/bannr-img.jpg);
        height: 0px;
    }
}
