.wp_ehesive_flying_banner_wrapper {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 999999;
}

.wp_ehesive_flying_banner_wrapper iframe {
	margin: 0;
}

.wp_ehesive_flying_banner_wrapper .flying-top {
	text-align: right;
	position: absolute;
	right: 0;
	top: -20px;
}

.wp_ehesive_flying_banner_wrapper .close {
	cursor: pointer;
}

.wp_ehesive_flying_banner_wrapper .flying-top.in-buttom {
	top: auto;
	bottom: -20px;
}

@media screen and (max-width: 550px) {
	.wp_ehesive_flying_banner_wrapper {
		bottom: 0 !important;
		top: auto !important;
		left: auto !important;
		right: 0 !important;
	}
}

.wp-ehesive-rotating-banner-wrapper {
	width: 100%;
	height: 51px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	font-size: 0;
	background: #ffffff;
}

.wp-ehesive-rotating-banner-slider {
	width: 100%;
}

.wp-ehesive-rotating-banner-item {
	display: inline-block;
}

.wp-ehesive-rotating-banner-item iframe {
	max-width: none !important;
	width: auto !important;
}