body { 
  background: #222; 
  color: rgba(0,0,0,0.87); 
  font-family: 'Tajawal', sans-serif;
  margin: 0; 
  padding: 0; 
  overflow: hidden;
}
.player {
  width:  100%;
  height:  100%;
}
.aflamy-video-dimensions {
  width:  100%;
}
#aflamy-video {
  width:  100%;
  height: 100vh;
}

.loading {
    position:  fixed;
    color:  #FFF;
    direction:  rtl;
    width:  100%;
    height: 100%;
    background-color: #111;
    z-index:  999;
}

.loading span {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align:  center;
    display:  block;
    position: absolute;
    top: 50%;
    margin-top:  -20px;
}