.trendy_moving_gallery{--gallerygap:20px;--fadecolor:transparent;--fadesize:200px;height:400px}.trendy_moving_gallery>div{height:100%}.trendy_moving_gallery .moving-gallery-container{display:grid;gap:var(--gallerygap);grid-template-columns:1fr;height:100%;overflow:hidden;position:relative;width:100%}.trendy_moving_gallery .moving-gallery-container:after,.trendy_moving_gallery .moving-gallery-container:before{background:linear-gradient(to bottom,var(--fadecolor),transparent);bottom:auto;content:"";display:block;height:var(--fadesize);left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.trendy_moving_gallery .moving-gallery-container:after{background:linear-gradient(to top,var(--fadecolor),transparent);bottom:0;top:auto}.trendy_moving_gallery .moving-gallery-container[data-trendycols="2"]{grid-template-columns:1fr 1fr}.trendy_moving_gallery .moving-gallery-container[data-trendycols="3"]{grid-template-columns:1fr 1fr 1fr}.trendy_moving_gallery .moving-gallery-col{height:100%;overflow:hidden}.trendy_moving_gallery .moving-gallery-imgs{animation:trendy_moving_gallery 10s linear infinite;display:flex;flex-direction:column;flex-shrink:0;gap:var(--gallerygap);justify-content:space-around;min-height:100%;padding-bottom:var(--gallerygap)}.moving-gallery-col-2 .moving-gallery-imgs{animation-direction:reverse}.trendy_moving_gallery .moving-gallery-imgs img{line-height:0;width:100%}@keyframes trendy_moving_gallery{0%{transform:translateY(-100%)}to{transform:translateY(0)}}