nav > ul { position: static; }

.slabovid-container {
	position: fixed;
	right: 8px;
	top: 5%;
	text-align: center;
}

.slabovid-text {
	font-size: 1.6em;
	text-decoration: underline;
}

@media screen and (max-width:991px) {
	.mobile-hide {
		display: none !important;
	}
	
	.slabovid-container {
		position: absolute;
		top: 8px;
		width: 25%;
	}
	
	.bvi-open {
		background: rgba( 255, 255, 255, 0.75 );
	}
	
	.slabovid-img { display: none !important; }
	
	.slabovid-text { font-size: 1em; }
}

@media screen and (max-width:720px) {
	.slabovid-text { font-size: 1em; }
}

.bvi-panel-close {
	position: relative;
	top: 32px;
}