/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.video-wrapper{
        position:relative;
        padding-bottom:56.25%;
        padding-top: 25px;
        height:0;
      }
      .video-wrapper video{
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        height: 100%;
        width:100%;
      }