.layers-animation-grid__layout{align-items:stretch;display:grid;gap:30px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.layers-animation-grid__cards{align-items:stretch;display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr))}.layers-animation-grid__card,.layers-animation-grid__cards>*{height:100%;min-width:0}.layers-animation-grid__animation{height:100%;min-height:420px;min-width:0;overflow:hidden}.layers-animation-grid__animation>*{height:100%;width:100%}@media (max-width:992px){.layers-animation-grid__layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:560px){.layers-animation-grid__cards{grid-template-columns:minmax(0,1fr)}.layers-animation-grid__animation{min-height:320px}}