@media (min-width: 576px){
.cols-alternating .flexcolumns > .elementlist{
align-items: center;
}
.cols-alternating .flexcolumns > .elementlist iframe{
background: #eee
}
.cols-alternating > .elementlist > div:nth-child(even) .flexcolumns > .elementlist > div:first-child{
order: 99;
}
/* BIG COLUMNS */
.cols-alternating-big .flexcolumns > .elementlist{
--offset: calc((100vw - 100%) / 3);
--offset: calc((100vw - 100%) / 2 * -1 - 1.5rem);
align-items: center;
gap: 5rem;
}
.cols-alternating-big > .elementlist > div:nth-child(odd) .flexcolumns > .elementlist{
margin-left: var(--offset);
}
.cols-alternating-big > .elementlist > div:nth-child(even) .flexcolumns > .elementlist{
margin-right: var(--offset);
}
/*.cols-alternating-big > .elementlist > div:nth-child(odd) .flexcolumns > .elementlist > div:first-child,
.cols-alternating-big > .elementlist > div:nth-child(even) .flexcolumns > .elementlist > div:first-child,*/
.cols-alternating-big .flexcolumns > .elementlist > div:first-child{
flex: 2;
}
}
