.banners_error {
	color: red;
}

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

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

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

pre.banners {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* 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;
	}
}