﻿.loader {
    width:100vw!important;
    height:100vh!important;
    display:block!important;
    position:absolute!important;
    background-color:black!important;
    z-index:1;
}

#IFrame {
    width:100vw;
    height: 95vh;
    overflow:hidden;
    position:fixed;
}