 


 @keyframes DispAnimatedAppBg { 
  0% { background-color: rgba(0, 0, 0, 1); } /* Całkowicie przezroczyste */
  100% { background-color: rgba(0, 0, 0, 0); } /* Pełny kolor */
}

.animated-DispAnimatedAppBg {
  animation: DispAnimatedAppBg .6s ease-in-out forwards; /* Zastosowanie animacji */
}

 
@keyframes HideAnimatedAppBg { 
  0% { background-color: rgba(0, 0, 0, 0); } /* Całkowicie przezroczyste */
  100% { background-color: rgba(0, 0, 0, 1); } /* Pełny kolor */
}

.animated-HideAnimatedAppBg {
  animation: HideAnimatedAppBg .3s ease-in-out forwards; /* Zastosowanie animacji */
} 
 
 
 
 
 
 @keyframes DispAnimatedAppBgSrc { 
  0% { opacity: 0 } /* Całkowicie przezroczyste */
  100% { opacity: 1 } /* Pełny kolor */
}

.animated-DispAnimatedAppBgSrc {
  animation: DispAnimatedAppBgSrc .6s ease-in-out forwards; /* Zastosowanie animacji */
}

 
@keyframes HideAnimatedAppBgSrc { 
     0% { opacity: 1 } /* Całkowicie przezroczyste */
  100% { opacity: 0 } /* Pełny kolor */
}

.animated-HideAnimatedAppBgSrc {
  animation: HideAnimatedAppBgSrc .3s ease-in-out forwards; /* Zastosowanie animacji */
}  
 
 
 
 
 
 
 
 
 
 
 
 
 .shaka-video-container,
 .shaka-controls-container {
     width: 100%;
     height: 100%;
     float: bottom;
 }      
 
 .shaka-show-controls-on-mouse-over,
 .shaka-bottom-control {
     width: calc(100% + 20px);
     margin-left: -10px;
     margin-right: -10px;
     min-height: 50px;
     padding-bottom: 5px;
     background-color: transparent;
     opacity: 0;
 }

 .shaka-show-controls-on-mouse-over:hover,
 .shaka-bottom-control:hover {
     background-image: url('../img/00000-nav-bg-black.png');
     background-color: transparent;
     opacity: 1;
     animation: displaybuttonbar .3s ease-in-out forwards;
 }
 
.shaka-ad-markers {
    position: absolute;
    top: -6px;
} 
 
 
 
 .shaka-range-element {
 position: absolute;
 top: -20px;
  background-color: transparent;
  width: calc(100% + 0px);  
  opacity: 0;  
}



.shaka-range-element:hover {
  position: absolute;
  top: -18px;
  width: calc(100% + 0px);  
  background-color: transparent;
  background-image: none; 
  opacity: 1;  
}

.shaka-volume-bar-container
{
    position: relative;
    top: 5px;
    left: -35px; 
}

.shaka-volume-bar{
    
   position: absolute;
    top: 5px;  
}
.shaka-overflow-menu {
    background-image: url('../img/00000-nav-bg-black.png');
    width: 380px;
    border-radius: 6px;
} 

.shaka-overflow-menu:hover {
    background-image: url('../img/00000-nav-bg-black.png');
    width: 380px;
    border-radius: 6px;
} 
.shaka-content-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98%;
    line-height: 25px;
}
.text-shaka-content-title {
    font-size: 20px;
}

.PlayerBackground  {
   background-image: url('../img/00000-nav-bg-black.png'); 
}

.ProgramInfoCard {
    border: 0px solid red; 
    height: auto; 
    left: 0px;
    top: 0px;
    width: 50%;
    min-width: 550px;
    padding-left: 10px;
    padding-right: 0px; 
    background-color: transparent;
    border: 0px solid blue;
    display: block;
    opacity: 1;
}

.MasterPlayerDiv {
    position: relative; 
    left: 0px; 
    border: 0px solid red;  
    padding-top: 0px;
    padding-bottom: 0px;
    width: 50%;
    min-width: 550px;
    padding-left: 3%;
    padding-right: 3%;
    border: 0px solid red;
}

.PlayerFlixNormal {
    text-align: center;  
    position: relative; 
    margin: 0px; 
    margin-top: 2%;
    margin-bottom: 2%; 
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; 
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */
    border: 0px solid #456; 
    background-size: contain; 
    background-repet: no-repeat; 
}


.fullscrAppPlayer {
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;  
    max-height: 930px;
    background-color: transparent;
    background-position: center; 
    overflow: hidden;
                scrollbar-width: none; /* Dla Firefox */
                -ms-overflow-style: none;
                -webkit-scrollbar: none;
                overflow-y: auto;
   
}

.normalAppPlayer {
    z-index: 10;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 930px;
    background-color: transparent;
    background-position: center;
}

.PlayerAppPrzeslona {
    
    height: 100%; 
    min-height: 930px;
    
    background-color: transparent; 
    background-image: url('../img/00000-nav-bg-black.png?p=1')
}



.MasterNavigator {     
      text-align: left; 
      position: relative; 
      top: 0px; 
      padding: 8px; 
      width: 100%; 
      height: 58px; 
      margin-bottom: 20px; 
      background-color: transparent; 
      background-image: url('../img/000000-black-bg-0.8.png?p=1');  
        
    }
    
    
      

.ExpandArrow {
    z-index: 1;
    width: 20px; 
    height: 30px; 
    text-align: center; 
    border: 0px solid white; 
    font-size: 18px; 
    color: #cde; 
    transform: rotate(-90deg); 
    position: absolute; 
    float: right; 
    top: 15px; 
    left: 190px;
}

.AppMasterSelectNav {
     width: 220px;
     height: 44px;
     display: none;
    }
.AppSelectNav {
    margin-left: 15px;
    margin-top: 0px; 
    width: 200px; 
    background-color: #234; 
    font-size: 22px; 
    text-align: left; 
    color: #cde; 
    height: 40px; 
    padding: 0px; 
    padding-left: 20px; 
    padding-right: 20px;
    position: relative; 
    top: 0px; 
    display: block;
    background: none;  
    outline: none; /* Usuwa kontur (zazwyczaj niebieski/pomarańczowy przy kliknięciu) */
    /* -webkit-appearance: none; Dla Chrome, Safari */
    /*-moz-appearance: none;     Dla Firefox  */ 
    appearance: none;                  
}

.ExpandArrowSlawe {
    z-index: 1;
    width: 20px; 
    height: 30px; 
    text-align: center; 
    border: 0px solid white; 
    font-size: 18px; 
    color: #cde; 
    transform: rotate(-90deg); 
    position: relative; 
    float: right; 
    top: 15px; 
    left: -20px;
}

.AppSlaweSelectNav {
     width: 220px;
     height: 44px;
     display: none;
    }
.AppSelectNavSlawe {
    margin-left: 15px;
    margin-top: 0px; 
    width: 200px; 
    background-color: #234; 
    font-size: 22px; 
    text-align: left; 
    color: #cde; 
    height: 40px; 
    padding: 0px; 
    padding-left: 20px; 
    padding-right: 20px;
    position: relative; 
    top: 0px; 
    display: block;
    background: none;  
    outline: none; /* Usuwa kontur (zazwyczaj niebieski/pomarańczowy przy kliknięciu) */
    /* -webkit-appearance: none; Dla Chrome, Safari */
    /*-moz-appearance: none;     Dla Firefox  */ 
    appearance: none;                  
}

















 .CategoryButtonAll {
    opacity: .9;
    border: 1px solid #234;
    color: #abc;
    font-size: 21px; 
    font-weight: 100;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 40px;
    position: relative; 
    top: 0px; 
    margin: 0px; 
    margin-left: 5px; 
    margin-right: 5px;
    border-radius: 4px; 
    background-image: url('../img/000000-black-bg-0.8.png?p=1');
    background-color: transparent; 
     
}


    
    
.CategoryButtonAll:hover {
    opacity: 1;
    transform: scale(1.02);
    border: 1px solid #3078ff;
    box-shadow: 0px 0px 13px 0px #3078ff;
    background-color: transparent;
    background-image: url('../img/00000-nav-bg-black.png?p=1');
    color: #def;
    font-weight: 100;
    
}

 .CategoryButtonAllSelected {
    opacity: .8;
    transform: scale(1.00);
    border: 1px solid #26d;
    box-shadow: 0px 0px 15px 0px #26d;
    background-color: transparent;
    color: #def;
    font-weight: 100; 
    background-image: url('../img/00000-nav-bg-black.png?p=1');   
}



.FlixMasterButtons {
        float: left; 
        text-align: justify; 
        width: 750px;
        display: flex;
        border: 0px solid white;
    }

.FlixSlaweButtons {
        float: right; 
        text-align: justify; 
        width: 700px;
        display: flex;
        border: 0px solid white;
    }
.FlixTimer{
    float: right; 
    text-align: center; 
    width: auto; 
    vertical-align: right; 
    position: relative; 
    right: 0px; 
    margin-right: 30px;
}
.CategoryButtonTimer {
    float: right; 
    position: relative; 
    top: 0px; 
    right: 0px; 
    margin: 0px; 
    margin-right: 0px; 
    padding-left: 20px; 
    padding-right: 20px; 
    height: 40px; 
    width: 110px; 
    background-color: transparent; 
    border: 0px; 
    border-radius: 20px; 
    font-size: 32px; 
    font-weight: 600; 
    color: #bcd;
}

.FlixInfoBtn {
    z-index: 1000; 
    position: absolute; 
    top: 60px; 
    left: -16px; 
    width: 40px; 
    height: 40px; 
    background-color: transparent;
    background-image: url('../img/000000-black-bg-0.8.png?p=1'); 
    cursor: pointer; 
    text-align: right; 
    padding: 6px; 
    padding-right: 7px;
    font-weight: 100; 
    color: #678; 
    font-size: 24px;
    border: 1px solid #456;
    border-radius: 6px;
    display: none;
}

.FlixInfoBtn:hover {
    color: #cde;
}   


.SwitchAppDiv {
    z-index: 500; 
    cursor: pointer; 
    position: absolute; 
    top: 5px; 
    right: 5px; 
    float: right;  
    font-size: 22px; 
    font-weight: 100; 
    color: #678; transform: 
    rotate(0deg);  
}

.SwitchAppDiv:hover { 
 color: white;
}

.ProgramTitle2 {
        margin-top: 10px;
    }




.ProgramTitlePlayer1 {
    color: #cde;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 40px;
    display: none;
}


.ProgramTitlePlayer2 {
    color: #cde;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    display: none;
}








.CategoryBtnsPanel {
    position: relative; 
    top: 0px;
    width: 100%; 
    height: 60px; 
    padding-bottom: 0px; 
    margin-bottom: 0px; 
    border: 0px solid red;
    display: flex;
}

.hiddenDiv {
    opacity: 0;
    display: none;
}

.PlayButtonsMini {
        margin-top: 10px;;
        margin-bottom: 10px;
}

.BtnCloseInfoCard {
     z-index: 999;
     width:40px; 
     height: 40px; 
     background-color: black; 
     border: 1px solid #234; 
     position: absolute; 
     top: 0px;
     color: #567;
     padding: 3px;
     padding-top: 0px; 
     right: -10px;
     border-radius: 2px;
     display: none;
}

.BtnCloseInfoCard:hover {
     border: 1px solid #456;
     color: #bcd;
     display: none;    
}

.ProgramTitle1 {
        z-index: 99;
        width: auto;
        margin-right: 40px;
        left: 20px;
        display: block;
    }
.ProgramTitle2 {
        z-index: 99;
        width: auto;
        margin-right: 40px;
        left: 20px;
        display: block;
    }

 @media (max-width: 1610px) {
    .FlixTimer{
     display: none;           
    }
    
    .ProgramTitle1 {
        z-index: 99;
        width: auto;
        margin-right: 40px;
        left: 40px;
        display: block;
    }
    .ProgramTitle2 {
        margin-top: 15px;
        left:40px;
        z-index: 99;
        width: auto;
        margin-right: 40px;
        left: 20px;
        display: block;
    }
    .ProgramTitle5 {
     display: none;
    }
    .ProgramTitlePlayer2 {
    color: #cde;
    font-size: 24px;
    text-align: justify;
    font-weight: 500;
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    }
    .PlayButtonsMini {
        margin-bottom: 0px;
    }
    
    .shaka-current-time {
        display: none;
    }
    
 }


 
 
 
@media (max-width: 1450px) {   
    .FlixTimer{
     display: block;           
    }  
    .AppMasterSelectNav {
        display: block;
    }  
    .MasterNavBtns {
        display: none;
    }  
    .FlixMasterButtons {
        width: 230px;
    }
    
      
  }
  
  
  
  
  
  
  
  
@media (max-width: 1300px) {   
    .FlixTimer{
     display: block;           
    }  
    .AppMasterSelectNav {
        display: block;
    }  
    .MasterNavBtns {
        display: none;
    }
    
     .FlixInfoBtn {
    display: block;
    }
     
    .ProgramTitle5 {
      display: none;  
    }
    
    .BtnCloseInfoCard {
     display: block;
     }

     .BtnCloseInfoCard:hover {
     display: block;    
     }
    
    
    
@keyframes displayInfoPanel { 
  0% { opacity: 0; top: 2%; }
  100% { opacity: 0.9; top: 2%; }
 
}

.animated-displayInfoPanel {
  animation: displayInfoPanel .4s ease-in-out forwards; /* Zastosowanie animacji */
}

 

/*
@keyframes hideModal { 
  0% { opacity: 1;  top: 10%; }
  90% { opacity: 0.0; top: -5%; }
  100% {opacity: 0; top: -100%; }
}
*/
@keyframes hideInfoPanel { 
    0% { opacity: 0.9; top: 2%; }
  99% { opacity: 0; top: 2%; }
  100% { opacity: 0; top: -2800px; }
}
.animated-hideInfoPanel {
  animation: hideInfoPanel .4s ease-in-out forwards; /* Zastosowanie animacji */
}
    
    
    
    
    
    .ProgramInfoCard {
    z-index: 21000;
    position: absolute;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    top: 2%;
    padding-top:20px;
    padding-right: 50px;
    background-color: #000;
    opacity: 0.8;
    height:100%;
    max-height: 490px;
    display: block;
    border: 1px solid #234;
    }
    
    .MasterPlayerDiv {
    width: 50%;
    min-width: 450px;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    float: center;
    width: 100%;
    }

  
     .PlayerFlixNormal {
    text-align: center; 
    float: center; 
    position: relative; 
    margin: 0px; 
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 20%;
    margin-right: 20%; 
    width: 60%; 
    min-width: 400px;
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */
    border: 0px solid #456; 
    background-size: contain; 
    background-repet: no-repeat; 
    }
     .ProgramTitlePlayer2 {
    color: #cde;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    }
    .shaka-volume-bar-container
    {
    display: block; 
    }

    .shaka-volume-bar{
    display: block;  
    } 
  }
  
  
@media (max-width: 1110px) {
     .FlixTimer{
     display: none;           
    }
    
    .AppMasterSelectNav {
        display: block;
    }  
    
    .shaka-video-container,
     .shaka-controls-container {
     height: 100%;
     width:100%;
     float: bottom;
    }  
    
    .ProgramInfoCard {
    z-index: 999999;
    position: absolute;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    top: 2%;  
    display: block;
    }
    
    
    .PlayerFlixNormal {
    text-align: center; 
    float: center; 
    position: relative; 
    margin: 0px; 
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 15%;
    margin-right: 15%; 
    width: 70%; 
    min-width: 400px;
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */
    border: 0px solid #456; 
    background-size: contain; 
    background-repet: no-repeat; 
    }
    .ProgramTitlePlayer2 {
    color: #cde;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    }
}  


@media (max-width: 930px) {
    .shaka-volume-bar-container
    {
    display: block; 
    }

    .shaka-volume-bar{
    display: block;  
    } 
    
    .SlaweNavBtns {
        display: none;
    } 
    
    .FlixTimer{
     display: block;
     font-size:26px;           
    }
    .FlixMasterButtons {
        width: 165px;
    }
    .ProgramInfoCard {
    display: block;
    }
    
    .MasterPlayerDiv {
        text-align: center;
        float: center;
        width: 100%;
    }
    
    .ProgramInfoCard {   
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    top: 1%;
    padding-top:20px;
    padding-right: 50px;
    height:100%;
    max-height: 490px;
    display: block;
    }
    
    .PlayerFlixNormal {
    text-align: center; 
    float: center; 
    position: relative; 
    margin: 0px; 
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 5%;
    margin-right: 5%; 
    width: 90%; 
    min-width: 410px;
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */
    border: 0px solid #456; 
    background-size: contain; 
    background-repet: no-repeat; 
    }
    
    .ExpandArrow {
    z-index: 1;
    width: 20px; 
    height: 30px; 
    text-align: center; 
    border: 0px solid white; 
    font-size: 18px; 
    color: #cde; 
    transform: rotate(-90deg); 
    position: absolute; 
    float: right; 
    top: 10px; 
    left: 145px;
    }
    
    .AppMasterSelectNav {
     width: 160px;
     height: 33px;
     display: block;
    }
    .AppSelectNav {
    margin-left: 5px;
    margin-top: 0px; 
    width: 160px; 
    background-color: #234; 
    font-size: 18px; 
    text-align: left; 
    color: #cde; 
    height: 33px; 
    padding: 0px; 
    padding-left: 15px; 
    padding-right: 15px;
    position: relative; 
    top: 0px; 
    display: block;
    background: none;  
    outline: none; /* Usuwa kontur (zazwyczaj niebieski/pomarańczowy przy kliknięciu) */
    /* -webkit-appearance: none; Dla Chrome, Safari */
    /*-moz-appearance: none;     Dla Firefox  */ 
    appearance: none;                  
    }
    
    .AppSlaweSelectNav,
    .FlixSlaweButtons {
     width: 100%;
     border: 0px solid yellow;  
     min-width: 180px; 
     max-width: 100%; 
     text-align: left;
     height: 33px;
     display: block;
     float: left;
    }
    .AppSelectNavSlawe {
    margin-left: 5px;
    margin-top: 0px; 
    width: 160px; 
    background-color: #234; 
    font-size: 18px; 
    text-align: left; 
    color: #cde; 
    height: 33px; 
    padding: 0px; 
    padding-left: 15px; 
    padding-right: 15px;
    position: relative; 
    top: -30px; 
    display: block;
    background: none;  
    outline: none; /* Usuwa kontur (zazwyczaj niebieski/pomarańczowy przy kliknięciu) */
    /* -webkit-appearance: none; Dla Chrome, Safari */
    /*-moz-appearance: none;     Dla Firefox  */ 
    appearance: none;                  
    }
    
    .ExpandArrowSlawe {
    z-index: 10000;
    position: relative;
    float: right; 
    top: 2px; 
    left: -43px;
    width: 20px; 
    height: 30px; 
    text-align: center; 
    border: 0px solid white; 
    font-size: 18px; 
    color: #cde; 
    transform: rotate(-90deg); 
    
    }
    
     .FlixSlaweButtons {
        float: left; 
        text-align: left; 
        width: 180px;
        display: block;
    }
    
    .MasterNavigator {     
      text-align: left; 
      position: relative; 
      top: 0px; 
      padding: 8px; 
      width: 100%; 
      height: 58px; 
      margin-bottom: 20px; 
      background-color: transparent; 
      background-image: url('../img/000000-black-bg-0.8.png?p=1')  
        
    }
    .CategoryButtonTimer {
    height: 30px; 
    margin-top: 2px; 
    background-color: transparent; 
    border: 0px; 
    font-size: 26px; 
    font-weight: 500; 
    }
    
}


  
  
@media (max-width: 640px) {
    
    
  @keyframes displayInfoPanel { 
  0% { opacity: 0; top: 45px; }
  100% { opacity: 0.9; top: 45px; }
 
 }

@keyframes hideInfoPanel { 
    0% { opacity: 0.9; top: 45px; }
  99% { opacity: 0; top: 45px; }
  100% { opacity: 0; top: -2800px; }
}
    
    .ProgramInfoCard {   
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    min-width: 380px;
    top: 45px;
    padding-top:10px;
    padding-right: 20px;
    height:100%;
    max-height: 500px;
    display: block;
    }
     .MasterPlayerDiv {
        text-align: center;
        float: center;
        width: 100%;
    }
    .ProgramTitlePlayer1 {
    color: #cde;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    }
    .PlayerFlixNormal {
    text-align: center; 
    float: center; 
    position: relative;
    left: 0px; 
    margin: 0px; 
    margin-top: 45px;
    margin-bottom: 2%;
    margin-left: 0px;
    margin-right: 0px; 
    width: 100%; 
    min-width: 410px;
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */
    border: 0px solid red; 
    background-size: contain; 
    background-repet: no-repeat; 
    }
    .shaka-volume-bar-container
    {
    display: none; 
    }

    .shaka-volume-bar{
    display: none;  
    }
    
    .text-shaka-content-title {
    font-size: 16px;
    }
    .shaka-show-controls-on-mouse-over,
    .shaka-bottom-control {
     width: calc(100% + 10px);
     margin-left: -5px;
     margin-right: -5px;
     min-height: 50px;
     padding-bottom: 5px;
     background-color: transparent;
     opacity: 0;
 }
} 

@media (max-width: 550px) { 
    .FlixTimer{
     display: none;           
    }
}


@media (max-width: 432px) { 
    .shaka-video-container,
    .shaka-controls-container {
     height: 100%;
     width: 100%;
     float: bottom;
    }  
    .ProgramTitlePlayer1 {
    color: #cde;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    }
    .PlayerBackground {
        width: 410px;
    }
    .ProgramInfoCard {   
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    min-width: 380px;
    top: 45px;
    padding-top:10px;
    padding-right: 20px;
    height:100%;
    max-height: 500px;
    display: block;
    }
    .MasterPlayerDiv {
        text-align: center;
        float: center;
        width: 100%;
        min-width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        border: 0px solid yellow;
    }
    
    .PlayerFlixNormal {
    text-align: center; 
    float: center; 
    position: relative;
    left: 0px; 
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0px; 
    margin-top: 45px;
    margin-bottom: 2%;  
    width: 100%; 
    height: auto; /*calc(720px * 108/192);  */
    /*left: calc(50% - 410px);  */ 
    background-size: contain; 
    background-repet: no-repeat; 
    display: block;
    }
    
    .fullscrAppPlayer {
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; 
    max-height: 910px;
    height: 100%;
        
    background-color: black;
    overflow: hidden;
                scrollbar-width: none; /* Dla Firefox */
                -ms-overflow-style: none;
                -webkit-scrollbar: none;
                overflow-y: auto;
   
   }

    .normalAppPlayer {
    z-index: 10;
    position: relative;
    top: 0px;
    left: 0px;
    width: 410px;
    height: 100%;
    min-height: 910px;
    background-color: black;
    }
}       