.plyr__loading {
    background: rgba(0, 0, 0, .3);
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

.plyr__loading-progress {
    background: rgba(222, 38, 0, .8);
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    height: 0;
}

.plyr__loading-text {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    line-height: 4rem;
    font-size: 14px;
}




#video-player-container{
    position: relative;
}

.plyr__video-wrapper{
    height:100%;
}

.plyr--video{
    height:100%;
}