.s-video{display:grid;gap:1.5rem;overflow:hidden;padding-block:var(--grid-section-md);position:relative}.s-video__header{display:grid;gap:1rem;max-width:70ch}.s-video__header:not(:first-child){display:none}.s-video__control{bottom:1rem;padding:.5rem;position:absolute;right:1rem}.s-video__third-party-video{aspect-ratio:var(--aspect-ratio,16/9)}.s-video__third-party-video iframe{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:48em){.s-video{gap:2rem;padding-block:var(--grid-section-lg)}}@media only screen and (min-width:64em){.s-video__control{bottom:2rem;right:2rem}.s-video__control .icon{--icon-size:1.5rem}}@media only screen and (max-width:calc(64em - 1px)){.s-video__control{border-radius:.5rem}}