/* ERNST PORTFOLIO PLUGIN STYLESHEET */

.bfg-loading{
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.75);
    /*
    background-image: url('ernst-loading.svg');
    */
    background-position: center center;
    background-repeat: no-repeat;
}