.m__story .mc{max-width:100%;padding:0}.story{border-radius:var(--border-radius);overflow:hidden}.story .story__row{display:flex;flex-wrap:nowrap}.story .story__row:nth-of-type(odd){flex-direction:row-reverse}.story .story__row .story__row__content,.story .story__row .story__row__media{min-height:50vh;flex:0 0 50%}.story .story__row .story__row__media{display:block;margin:0 auto;overflow:hidden;position:relative}.story .story__row .story__row__media .container{position:absolute;top:0;left:0;width:100%;height:100%}.story .story__row .story__row__content{display:flex;align-items:center;flex-wrap:wrap;padding:var(--spacing__x)}.story .story__row .story__row__content .container{max-width:calc((var(--layout__max-width) / 2) - 20rem)}.story .story__row:nth-of-type(even) .story__row__content{justify-content:flex-end}@media (max-width:900px){.story .story__row{display:flex;flex-wrap:wrap}.story .story__row .story__row__content,.story .story__row .story__row__media{min-height:0;flex-basis:100%}.story .story__row .story__row__media{min-height:40vh}.story .story__row .story__row__content{padding:var(--spacing)}.story .story__row .story__row__content .container{max-width:100%}}