.video-column-holder{display:flex;flex-wrap:wrap;align-items:center}.video-container{position:relative;overflow:hidden}.video-left-content{position:relative;width:50%}.video-left-content-inner{border-radius:0 70px 0 70px;overflow:hidden;box-shadow:0px 0px 33px 10px rgb(0 0 0 / 15%);cursor:pointer}.video-left-content-inner svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.video-right-content{width:50%;padding-left:70px}.video-right-content h2{margin:0}.video-pop-container{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;background:#2c2c2cc7;padding:20px;align-items:center;justify-content:center;display:none;overflow-y:auto}.video-pop-inner{width:90%;max-width:767px;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}span.close-video{display:flex;width:40px;height:40px;background:#fff22e;border-radius:15px 0 15px 15px;margin-left:auto;align-items:center;justify-content:center;cursor:pointer;z-index:10}span.close-video:before{content:'+';font-weight:bold;font-size:30px;transform:rotate(130deg)}.video-left-content-inner>img{width:100%}@media(max-width:1024px){.video-right-content{padding-left:40px}}@media(max-width:767px){.video-left-content{width:100%}.video-right-content{width:100%;padding:0;margin-top:30px}}