.rgi-expanding-cards-01 .image-container{display:flex;gap:1rem;margin-inline:auto;max-width:900px;overflow:hidden;padding:0 1rem;width:calc(100% - 100px)}.rgi-expanding-cards-01 .image-container .image{border-radius:1rem;height:700px;overflow:hidden;position:relative;transition:.5s cubic-bezier(.05,.61,.41,.95);width:156px}.rgi-expanding-cards-01 .image-container .image:before{background:linear-gradient(180deg,#1a1a1a,#1a1a1a00);content:"";height:40%;left:0;opacity:0;position:absolute;top:0;transition:opacity .35s ease;width:100%}.rgi-expanding-cards-01 .image-container .image.active:before{opacity:1}.rgi-expanding-cards-01 .image-container .image img{height:100%;object-fit:cover;transition:.5s cubic-bezier(.05,.61,.41,.95);width:100%}.rgi-expanding-cards-01 .info-wrapper{left:0;opacity:0;padding:2.5rem;position:absolute;top:0;transition:.5s cubic-bezier(.05,.61,.41,.95)}.rgi-expanding-cards-01 .active .info-wrapper{opacity:1}.rgi-expanding-cards-01 .image-container .active{border:4px solid var(--tertiary);width:100%}.rgi-expanding-cards-01 .image-container .active span{transform:scale(1)}@media (max-width:576px){.rgi-expanding-cards-01 .image-container{flex-direction:column;height:400px;max-width:2000px;width:100%}.rgi-expanding-cards-01 .image-container .image{height:60px;transition:height .5s ease-in-out;width:100%}.rgi-expanding-cards-01 .image-container .image img{height:100%;width:100%}.rgi-expanding-cards-01 .image-container .active{height:400px}}