#play>div{background:no-repeat center/60px url(images/1.svg)rgba(0,207,47,0.75);display:flex;justify-content:space-between;align-items:center;height:100%;flex-direction:column}.hide{display:none}#play h4{margin:0;padding:0}#container_video{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#000}#container_video #video{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}#container_video.fs{position:fixed;inset:0;z-index:9999;aspect-ratio:auto;width:100%;height:100%;max-height:none}#container_video.fs #video{object-fit:contain;object-position:center}.play-overlay{position:absolute;inset:0;pointer-events:auto}.close-btn{position:absolute;right:10px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;cursor:pointer;z-index:10000}.close-btn::before,.close-btn::after{content:"";position:absolute;left:8px;right:8px;top:16px;height:2px;background:#000;transform:rotate(45deg)}.close-btn::after{transform:rotate(-45deg)}