.left-right-embedded-video{padding-top:1em}.two-col-grid{display:grid;grid-template-areas:"col1 col2";grid-template-columns:2fr 1fr;justify-content:center;justify-items:center;width:90vw}.video-col{grid-area:col1;max-width:90vw}.video-col>video{width:100%}.text-col{grid-area:col2;padding:1vw;max-width:90vw}@media only screen and (max-width:1280px){.two-col-grid{grid-template-areas:"col1" "col2";grid-template-columns:1fr;width:auto}}