/***************************************************
 * iframe settings
 ***************************************************/
body {
    background: transparent !important;
}

.container {
    width: inherit !important;
}

#iframe-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .6);
}

#iframe-loader em {
    position: absolute;
    top: 200px;
    font-size: 2em;
    color: #BBB;
}