.navbar { position: absolute; height: 80px !important; width: 100%; background: rgba(255,255,255, 0.8) !important; }

@media (max-width: 991px) {
	.navbar { position: relative; height: auto !important; width: 100%; background: rgba(255,255,255, 0.8) !important; }
}