.banners_error {
	color: red;
}

.banners_ad {
	/* banner css */
	overflow: hidden;
}

.banners_ad:hover {
	/* banner hover css */
}

.banners_ad iframe {
	width: 100%;
	height: 100%;
}

/* Responsive */

/** Tablets **/
@media (max-width:768px) {
	div.banners_ad {
		width: 100% !important;
		height: auto !important;
	}
	
	div.banners_ad img {
		width: 100% !important;
		height: auto !important;
	}
}

/** Smart Phones **/
@media (max-width: 480px) {
	div.banners_ad {
		width: 100% !important;
		height: auto !important;
	}
	
	div.banners_ad img {
		width: 100% !important;
		height: auto !important;
	}
}