/* - NAV - */

nav .teaser {
	display: block;
	background: #000;
	position: relative;
}

@media only screen and (max-width: 767px) {
	nav .teaser {
		height: 100px;
		margin: 0 -15px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	nav .teaser {
		height: 239px;
	}
}

@media only screen and (min-width: 1200px) {
	nav .teaser {
		height: 290px;
	}
}