#big-container {
    position:absolute;
    left:0; top:0; width: 100%; height:100%;
}

#orbitale_blanquieres {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    opacity: 0;
}
#orbitale_blanquieres iframe {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#close_frame_blanquieres {
    position:absolute;
    right:7px;
    top:7px;
    width:32px;
    height:32px;
    cursor: pointer;
}


#orbitale_biron {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    opacity: 0;
}
#orbitale_biron iframe {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#close_frame_biron {
    position:absolute;
    right:7px;
    top:7px;
    width:32px;
    height:32px;
    cursor: pointer;
}

#bt_fullscreen {
    position:absolute;
    right:49px;
    top:7px;
    width:32px;
    height:32px;
    cursor: pointer;
}