.video-outer.new{padding:70px 0}.video_pop{background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important;padding:50px 0;position:relative}.video-play-btn{position:absolute;z-index:10;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:55px;border-radius:50%;padding:20px}.video-play-btn:before{z-index:0;width:150px;height:150px;animation:pulse-border 1.5s ease-out infinite}.video-play-btn:after,.video-play-btn:before{content:"";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;background:var(--primary_color);border-radius:50%}.video-play-btn:after{z-index:1;width:100px;height:100px;transition:all .2s}.video-play-btn:hover:after{background-color:var(--primary_color)}.video-play-btn img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}.video-play-btn span{display:block;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:0;height:0;border-left:25px solid #fff;border-top:15px solid transparent;border-bottom:15px solid transparent;border-radius:3px}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);opacity:0}}@media (max-width:767px){.video-play-btn span{border-left:20px solid #fff;border-top:14px solid transparent;border-bottom:14px solid transparent}.video_pop{min-height:300px!important}.video-play-btn:after,.video-play-btn:before{width:80px;height:80px}}@media (min-width:768px) and (max-width:1023px){.video_pop{min-height:400px!important}.video-play-btn:after,.video-play-btn:before{width:80px;height:80px}}@media (min-width:1400px){.video_pop{min-height:60vh}}