.evr-image-card .evr-image-card-wrapper{column-gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.evr-image-card .evr-image-card-item{aspect-ratio:1;background-size:cover;border-radius:10px;flex-basis:25%;margin-bottom:20px;overflow:hidden;position:relative}.evr-image-card .evr-image-card-item:hover .evr-animate-card-content{animation-duration:.5s;animation-fill-mode:forwards;animation-name:anim-slide-up-content;background-color:rgba(0,0,0,.5)}.evr-image-card .evr-content{height:100%;left:0;padding:30px;position:absolute;top:calc(100% - 90px);transition:background-color 1s ease;width:100%}.evr-image-card .evr-title{padding:0 0 30px}@keyframes anim-slide-up-content{0%{top:calc(100% - 90px)}to{top:0}}@media screen and (max-width:991px){.evr-image-card .evr-image-card-wrapper{flex-direction:row!important;row-gap:20px}.evr-image-card .evr-image-card-item{flex-basis:100%!important;height:300px}.evr-image-card .evr-image-card-item:hover .evr-content{animation-name:none}.evr-image-card .evr-content{background-color:rgba(0,0,0,.5);left:0;top:0}}