
/** video-section **/

.video-section{
    position: relative;
    padding: 223px 0px;
    height: 546px;
}

.video-section .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-section .video-btn a{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

  
  
/** rtl-css **/
  

  
/** responsive-css **/
  
@media only screen and (max-width: 1200px){
  
}
  
@media only screen and (max-width: 991px){

}
  
@media only screen and (max-width: 767px){

}
  
@media only screen and (max-width: 599px){
  
}
  
@media only screen and (max-width: 499px){

} 