.navbar{
    height: 210rem;
}

@media (max-width: 768px) {
    .navbar{
        height: 0rem;
    }

}