.lp-player{
                    background: #f1f1f1;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%!important;
                    z-index: 11111111;
                    color: #000;
                }
                #player-fjk{
                    background: #000 url('https://cdn77-pic.xvideos-cdn.com/videos/thumbs169poster/b4/6f/f7/b46ff7fdd780218b0abfd1099f7349d9-1/b46ff7fdd780218b0abfd1099f7349d9.16.jpg') no-repeat top center;
                    background-size: cover;
                    width: 250px;
                    height: 250px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    z-index: 1;

                }

                .body-playerfk-dark{
                    background: rgb(101,0,0);
                    background: linear-gradient(321deg, rgba(101,0,0,0.8211659663865546) 0%, rgba(117,12,16,0.700717787114846) 51%, rgba(89,1,1,0.804359243697479) 100%);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top:0;left:0; 
                }

                .lp-box-banner{
                    position: relative;
                    
                    background-size: cover;
                    width: 250px;
                    height: 250px;
                    
                    position: relative;
                    margin-left: auto;
                    margin-right: auto;

                }

                #banner-ochja{
                    
                    left: 0;
                    top: 0;
                    opacity: 0;
                    z-index: 222;
                }

                .loader {
                    width: 22px;
                    height: 22px;
                    border: 3px solid #FFF;
                    border-bottom-color: #FF3D00;
                    border-radius: 50%;
                    display: inline-block;
                    box-sizing: border-box;
                    animation: rotation 1s linear infinite;
                }
                .elements-loader{
                    width: 100%;
                    text-align: center;
                    padding: 0px 10px;
                    z-index: 111;
                }
               
               

                @keyframes rotation {
                    0% {
                        transform: rotate(0deg);
                    }
                    100% {
                        transform: rotate(360deg);
                    }
                }


                .progress {
                 background: #fff;
                    justify-content: flex-start;
                    border-radius: 2px;
                    align-items: center;
                    position: relative;
                    padding: 0 0px;
                    display: flex;
                    height: 5px;
                  width: 100%;
                }

                .progress-value {
                  animation: load 5s ease-in-out both;
                  box-shadow: 0 10px 40px -10px #fff;
                  border-radius: 2px;
                  background: #FF3D00;
                  height: 5px;
                  width: 0;
                }

                @keyframes load {
                  0%{
                      width: 0%;
                    }
                    25%{
                        width: 50%;
                    }
                    50%{
                        width: 75%;
                    }
                    75%{
                        width: 85%;
                    }
                    100%{
                        width: 100%;
                    }
                }
                .lp-text-subs,.lp-text-subs-2{
                    font-size: 18px;
                    padding: 20px 10px;
                    text-align: center;
                }
                .lp-text-subs-2{
                    color: #ff0000!important;
                    background: #f1f1f1;
                    z-index: 11111;
                    position: inherit;
                }