/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hbi_ad {
    position: relative;
    overflow: hidden;
}

.hbi_ad img,
.hbi_ad iframe {
    margin: auto;
}


.hbi_ad_out-of-page {
    position: fixed !important;
    top: inherit !important;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hbi_ad_out-of-page div, .hbi_ad_out-of-page iframe {
       background-position: top center;
       background-repeat: no-repeat;
       height: 100%;
       left: 0;
       position: absolute;
       top: 0;
       width: 100%;
   }

#ad-unit-background {
    position: fixed;
}
