.before-after-gallery{position:relative;max-height:100vh;overflow:hidden}.gallery-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;animation:30s linear infinite scroll;transform:translateY(0)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-color);opacity:.8;z-index:1}@media (min-width:768px){.gallery-scroll>.gallery-figure-wrapper:nth-child(3n+2){transform:translateY(-50%)}}.gallery-figure-wrapper img{width:100%;display:block}@media (max-width:768px){.gallery-scroll{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-scroll>.gallery-figure-wrapper:last-child:nth-child(odd),.gallery-scroll>.gallery-figure-wrapper:nth-child(odd){transform:translateY(-30%)}}@keyframes scroll{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}.fade-bottom,.fade-top{position:absolute;left:0;width:100%;height:15%;z-index:2;pointer-events:none}.fade-top{top:0;background:linear-gradient(to bottom,#3d8aaa,rgba(61,138,170,0))}.fade-bottom{bottom:0;background:linear-gradient(to top,#3d8aaa,rgba(61,138,170,0))}