.fblck-fetching {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s;
    background: rgba( 255,255,255,.9);
}

.fblck-fetching.active {
    z-index: 200;
    opacity: 1;
    display: flex;
}

.fblck-fetching-inner {
    flex-basis: 100%;
    width: 100%;
}

.fblck-fetching-p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 60px;
    text-transform: uppercase;
}