.banners_error {
color: red;
}
.banners_ad { overflow: hidden;
}
.banners_ad:hover { }
.banners_ad iframe {
width: 100%;
height: auto;
}
pre.banners {
white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .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;
}  @media (max-width:768px) {
div.banners_ad {
width: 100% !important;
height: auto !important;
}
div.banners_ad img {
width: 100% !important;
height: auto !important;
}
} @media (max-width: 480px) {
div.banners_ad {
width: 100% !important;
height: auto !important;
}
div.banners_ad img {
width: 100% !important;
height: auto !important;
}
}