/* Ad banner */
.eaqBanner,
.eaqBanner:visited {
	display: block;
	margin-bottom: 25px;
	transition: opacity .3s;
}

.eaqBanner--img300,
.eaqBanner--img300:visited,
.eaqBanner--darkBg,
.eaqBanner--darkBg:visited {
	max-width: 300px;
}

.eaqBanner:hover {
	opacity: 0.8;
}

.eaqBanner--darkBg {
	max-width: 300px;
	position: relative;
    height: 100%;
}

.eaqBanner--fullWidth,
.eaqBanner--fullWidth:visited {
	max-width: 100%;
}

.eaqBanner--max450,
.eaqBanner--max450:visited {
	max-width: 450px;
}


.eaqBanner__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	display: block;
}

.eaqBanner__inner__inner {
	display: table;
	height: 100%;
	width: 100%;
}

.eaqBanner__content {
	display: table-cell;
	vertical-align: middle;
}

.eaqBanner__heading {
	font-size: 18px !important;
	padding: 40px !important;
	color: #fff !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
}

@media (min-width: 600px) {
	.eaqBanner,
	.eaqBanner:visited {
		margin-bottom: 32px;
	}
}

