body {
    margin: 0;
    height: 100%;
}

iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}

.mask-loading {
    padding: 50% 0 0;
    background: url(images/loading.gif) no-repeat center center;
}
