#bella-nav {
    height: 75px;
    background: #FFF;
}

@media (min-width: 768px) {
    #bella-nav {
        height: 120px;
    }
}