.vr-row{margin:0 auto}.vr-window{height:320px;display:flex;align-items:center;justify-content:center}.vr-window-inner{width:100%;height:100%;border-radius:999px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.35);transform:translateY(0);transition:transform 0.3s ease,box-shadow 0.3s ease}.vr-window-inner video{width:100%;height:100%;object-fit:cover}.vr-window-inner:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,0.45)}@media (max-width:767px){.vr-window{height:220px;margin-bottom:20px}}#smooth-header{transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;will-change:transform,opacity}#smooth-header.hide-header{opacity:0;pointer-events:none}