.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+ */
}

/* Quit Hoggint */
.banners-quit-hogging {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    padding-top: 15px;
}

.banners-quit-hogging div {
	position: fixed;
	margin: auto;
    width: 60%;
    background-color: white;
    color: #333;
    padding: 20px 40px;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

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