.video-module{display:grid;gap:3rem}@media (min-width: 1024px){.video-module{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.video-module__video{position:relative;height:100%;width:100%;overflow:hidden}.video-module__poster{height:100%;width:100%;--button-scale: 1}.video-module__poster:hover{--button-scale: 1.05}.video-module__poster__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.video-module__poster__button{position:absolute;top:50%;left:50%;aspect-ratio:1 / 1;height:5rem}@media (prefers-reduced-motion: no-preference){.video-module__poster__button{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}}.video-module__poster__button{transform:translate(-50%) translateY(-50%) scale(var(--button-scale))}.video-module__media{position:absolute;top:0;left:0;height:100%;width:100%;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.video-module__content{display:flex;max-width:48rem;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.5rem}@media (min-width: 1024px){.video-module__content{gap:3rem;padding-left:4rem}}.video-module__subheading{font-size:.75rem;line-height:.75rem;text-transform:uppercase;opacity:.5}.video-module__heading{font-family:DaVinci,serif;font-size:2.5rem;line-height:2.5rem}@media (min-width: 1024px){.video-module__heading{font-size:3.75rem;line-height:3.4rem}}
