.s-ft-vid-popups__list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr))}.s-ft-vid-popups__item{position:relative}.s-ft-vid-popups__item .btn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.s-ft-vid-popup{display:none;inset:0;margin:auto;max-height:95dvh;max-width:52rem;opacity:0;position:fixed;transition:opacity .25s ease-in-out;width:100%;z-index:-10}.s-ft-vid-popup.is-active{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none;z-index:10}.s-ft-vid-popup.is-visible{opacity:1}.s-ft-vid-popup>*{-ms-overflow-style:none;background-color:var(--surface-global-primary);overflow-y:auto;pointer-events:auto;position:relative;scrollbar-width:none;width:100%}.s-ft-vid-popup>::-webkit-scrollbar{background:transparent;display:none;height:0;width:0}.s-ft-vid-popup>::-moz-scrollbar{display:none}.s-ft-vid-popup__content{padding:3rem 0}.s-ft-vid-popup__close{position:absolute;right:.5rem;top:.5rem;z-index:3}.s-ft-vid-popup__video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.s-ft-vid-popup__video iframe{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}@media only screen and (min-width:48em){.s-ft-vid-popup{width:95%}.s-ft-vid-popup__content{padding:2.5rem}}