.video-with-content-container{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:space-between}@media (min-width:0px){.video-with-content-container.img-right{flex-direction:column}}@media (min-width:1000px){.video-with-content-container.img-right{flex-direction:row}}@media (min-width:0px){.video-with-content-container.img-left{flex-direction:column-reverse}}@media (min-width:1000px){.video-with-content-container.img-left{flex-direction:row-reverse}}@media (min-width:0px){.video-with-content-container .content-copy,.video-with-content-container .content-video{width:100%}}@media (min-width:1000px){.video-with-content-container .content-copy,.video-with-content-container .content-video{width:48%}.video-with-content-container .content-copy{display:flex;flex-direction:column;justify-content:flex-start}}.video-with-content-container .content-video video{height:auto;position:relative;width:100%}