.full-screen-indicator-tip, .full-screen-indicator {
    position: fixed;
    z-index: 2000;    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.full-screen-indicator-tip {
    color: white;
    background-color: #000000B2;
}

.fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}