
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.h{height:100px;}

@media (max-width: 768px) {
    .h{height: 0}
}