#videoPlaylistWindow::-webkit-scrollbar {
    display: none;
}

#loading{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 40%;
}