section.banner_video_play{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.video_module{position:relative}.banner_video_play .video-contain{width:70%;margin:50px auto 0}.play_but{position:relative;width:75px;height:75px;margin:auto}.play_but,.play_but:before{border-radius:50%;background:var(--primary_color)}.play_but:before{position:absolute;content:"";width:100%;height:100%;top:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:witr_squares 1.5s ease-in-out infinite;animation:witr_squares 1.5s ease-in-out infinite;left:0;right:0;bottom:0}.play_but img{width:30px;height:30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}@media(max-width:767px){.banner_video_play .video-contain{width:100%}}