.twz-video{border-radius:20rem 100% 100% 100%;overflow:hidden;width:-moz-fit-content;width:fit-content;--video-width: 43.5rem;--video-height: 43.5rem;transition:all 1s ease}@media(max-width: 767px){.twz-video{border-radius:10rem 100% 100% 100%;--video-width: 25rem;--video-height: 25rem}}.twz-video-wrap{width:-moz-fit-content;width:fit-content;height:var(--video-height, 100%);position:relative}.twz-video-wrap iframe,.twz-video-wrap video{width:var(--video-width, 100%);height:var(--video-height, 100%);transition:width 1s ease}.twz-video-wrap video{background:#000}.twz-video-wrap .overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;z-index:99;background:rgba(0,0,0,.3);cursor:pointer;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center}.twz-video-wrap .overlay .play-button{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;width:9rem;height:9rem;background:var(--theme-blue-500);border-radius:50%}.twz-video-wrap .overlay .play-button svg{width:4rem;height:4rem;transition:all .3s ease}.twz-video-wrap .overlay .play-button .title{font-size:1.4rem;font-weight:300;color:#fff}.twz-video-wrap .overlay .play-button:hover svg{width:5rem;height:5rem}.twz-video.active{border-radius:5rem;--video-width: 80rem}@media(max-width: 767px){.twz-video.active{--video-width: 40rem}}.row:has(.twz-text)+.row:has(.twz-video){padding-top:0}
