

/*  http://stackoverflow.com/questions/16792953/onclick-function-doesnt-fire-on-iframe  */


/*  css to position the div.overlay over the iframe:  */
.banner-container-html5{
    position:relative; 
    float:left; 
    /*  *
    border: 1px solid red;
    /*  */
    
}


.banner-overlay-html5 {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    
    cursor: pointer;
}

