.image-module-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.desktop-row{align-items:center;display:none;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.image-wrapper-desktop{flex-grow:1;text-align:center;width:calc(16.666% - 1.5rem)}.image-wrapper-desktop img{aspect-ratio:1/1;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.1);height:123px;object-fit:cover;width:123px}.mobile-carousel{display:block;overflow:hidden;padding-bottom:0;position:relative}.carousel-navigation{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.carousel-slide-wrapper{flex-grow:1;overflow:hidden}.carousel-container{display:flex;transition:transform .5s ease-in-out}.carousel-slide{display:flex;justify-content:center;min-width:100%;transition:opacity .5s ease-in-out}.carousel-slide img{aspect-ratio:1/1;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.1);height:123px;object-fit:cover;width:123px}.carousel-navigation button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:3rem;line-height:1;transition:background-color .3s ease}.carousel-navigation button:hover{background:transparent}.carousel-navigation button:disabled{cursor:not-allowed;opacity:.2}@media (min-width:768px){.desktop-row{display:flex}.mobile-carousel{display:none}}