@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.media-text{background-color:var(--color-cream);border-radius:var(--border-radius-images);display:flex;flex-flow:row wrap;justify-content:space-between;overflow:hidden;min-height:200px}@media screen and (min-width: 768px){.media-text{flex-flow:nowrap}}@media screen and (min-width: 768px){.media-text--image-right{flex-direction:row-reverse}}.media-text__content{align-self:center;flex:0 0 100%;min-width:0;padding:20px}@media screen and (min-width: 768px){.media-text__content{flex:0 0 50%;padding:40px}}.media-text__image{flex:0 0 100%;margin-bottom:0;min-width:0}@media screen and (min-width: 768px){.media-text__image{flex:0 0 50%}}.media-text__image img{height:100%;width:100%;object-fit:cover;aspect-ratio:585/315}@media screen and (min-width: 768px){.media-text__image img{aspect-ratio:3/2}}
