.preload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../media/custom.gif') center center no-repeat;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    top: 0;
    left: 0;
}