.iframe-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000000;
	height: 120px;
	padding: 0 40px;
}
.iframe-header .logo {
	float: left;
	display: inline-block;
	height: 120px;
}
.iframe-header .logo img {
	height: 80px !important;
	margin: 20px 0;
}
.iframe-header .newsletter {
	float: right;
	margin: 30px 0;
	background-color: #7D080F;
	color: #FFFFFF;
	padding: 0 40px;
	line-height: 2em;
}
.iframe-header .newsletter:hover {
	background-color: #BA0213;
}

.iframe-container {
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
}
.iframe-container iframe {
	vertical-align: bottom;
	margin: 0;
}

@media screen and (max-width: 992px) {
	.iframe-header {
		height: 80px;
	}
	.iframe-header .logo {
		height: 80px;
	}
	.iframe-header .logo img {
		height: 60px !important;
		margin: 10px 0;
	}
	.iframe-header .newsletter {
		float: right;
		margin: 10px 0;
	}

	.iframe-container {
		top: 80px;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}
