.odtwarzacz-filmu-kon
{
  position: relative;
  width:100%;
}



.odtwarzacz-filmu-nad
{
  width:100%;
  height:380px;
  overflow:hidden;
  position: relative;
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -ms-transform:scale(1,1);
  -o-transform:scale(1,1);
  transform:scale(1,1);
  transform-origin: top center;  
  -o-transform-origin: top center;  
  -ms-transform-origin: top center;  
  -moz-transform-origin: top center;  
  -webkit-transform-origin: top center;  
}

.odtwarzacz-filmu-emisja
{
  /*position: absolute;
  top:50%;
  margin-top:-14px;
  left:0px;
  text-align:center;
  width:100%;
  text-transform:uppercase;
  font-size:24px;
  animation:moja_animacja 1s infinite;
  -webkit-animation:moja_animacja 1s infinite;
  color:white;
  z-index:99992;*/ 
  display:none;
}

@keyframes moja_animacja
{
  0% { opacity:0; }
  25% { opacity:2; }
  50% { opacity:1; }
  75% { opacity:2; }
  100% { opacity:0; }
}


.odtwarzacz-filmu-glosnosc
{
  position: absolute;
  right:10px;
  bottom:10px;
  width:40px;
  height:40px;
  background:url('../images/ikona-2.png') no-repeat center center;
  z-index:99992;
  cursor:pointer;

}



.odtwarzacz-filmu-glosnosc-n
{
  position: absolute;
  right:10px;
  bottom:10px;
  width:40px;
  height:40px;
  background:url('../images/ikona-1.png') no-repeat center center;
  z-index:99992;
  cursor:pointer;
}

.odtwarzacz-filmu-nad-tlo
{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:99990;
  
}

.odtwarzacz-filmu
{
  position:relative;
}

.odtwarzacz-filmu-znak
{

  position: absolute;
  left:10px;
  top:10px;
  width:15%;
  z-index:99992;
}

.odtwarzacz-filmu-znak img
{

  width:100%;
  height:auto;
}

.odtwarzacz-filmu-zaw
{
  position:relative;
}

#odtwarzacz-filmu-mp4
{
  background:black;
}




