﻿  .vdContAk{
  position:center;
  top:0px;left:0px;
  height:auto;
  width:420px;
  background-color:transparent;
  margin:2px;
 
  }
    .vdContAk > video {
    height:300px;width:420px;
    
    
    }
  .vdAkBar{

  
  height:50px;width:100%;
  position:relative;
  z-index:100;
  top:-89px;left:0px;

  }
  .vdAkBarNew{
        opacity:0;
  transition:.2s all ease-in;
  -o-transition:.2s all ease-in;
  -ms-transition:.2s all ease-in;
  -moz-transition:.2s all ease-in;
  -webkit-transition:.2s all ease-in;
  
  border-top: 1.9px solid white;
  background-color:rgba(0,0,0,.5);
  height:50px;width:100%;
  }
 .vdContAk:hover .vdAkBarNew{
  opacity:1;


  }
  .vdAkBtn
  {

  background-color:rgba(0,0,0,0);
  height:50px;width:50px;
  position:relative;
  float:left;
  z-index:100;
  top:0px;left:5px;
  background-image:url('../playIcon.png');
  background-size:30%;
 
  background-position:center;
  background-repeat:no-repeat;

  }


  .vdAkBtnTT{
        background-image:url('../pauseIcon.png');
  }
  .TimeRemainAk{
      font-size:small;
      margin:5px;
      text-align:right;
    	font-family: Muli !important;
	font-style: normal !important;
	font-variant: normal !important;
    color:white;
    position:relative;
    top:10px;
  }


  .VDFullClick{
      position:relative;
      top:-200px;
      height:200px;width:420px;z-index:1000;
      background-color:rgb(255, 106, 0);
      margin:4px;
  }






























          .AkSliderCont {
           
             -moz-transform:translateY(-10%);
  transform:translateY(-10%);
  -webkit-transform:translateY(-10%);
  -ms-transform:translateY(-10%);
  
             -moz-transform:scale(.9,.9);
  transform:scale(.9,.9);
  -webkit-transform:scale(.9,.9);
  -ms-transform:scale(.9,.9);
            padding: 0px;
            margin:0px;
            height: auto;
            width: 100vw;
            background-color: transparent;
            overflow:hidden;
  position:relative;top:-50px;  
              
        }
    
        .Abduction > li {
    float: left;
    margin: 0px;
    padding: 0px;
   /* height: 350px;*/
   height:auto;
    position: center;
    list-style-type: none;
    transition: .5s all ease-in;
}

  .Abduction{

     padding: 0px;
            margin:0px;
      display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;


  }

  .ARRF{
    background-image: url(../img/back-botton.png);
    /* background-position: 0 0; */
 
    width: 50px;
    top: 30%;
    height: 100px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    display: block;
    background-color: rgba(119, 122, 129, 0.29);
    border: 1px solid rgba(221, 221, 221, 0.32);
    position:absolute;
    left:0px;

  }

  
  .ARRB{
      background-image: url(../img/back-botton.png);
    /* background-position: 0 0; */
    
    width: 50px;
    top: 30%;
    height: 100px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    display: block;
    background-color: rgba(119, 122, 129, 0.29);
    border: 1px solid rgba(221, 221, 221, 0.32);
    position:absolute;
    right:0px;

  }
  
  .Acne{
	  color:transparent;
	 position:absolute;
     visibility:hidden;
     display:none;
     top:0px;left:0px;
  }

@media only screen and (max-width: 500px) {
   
  .vdContAk  {
   width:100vw;
    
    
    }
  .vdContAk >video {
   width:100vw;
    
    
    }
}


}