.carousel-cell{width:66%;aspect-ratio:auto;margin-right:10px;border-radius:12px;counter-increment:gallery-cell}.grid-carousel{display:flex}.grid-carousel .gc-item{flex:1;margin-right:16px;transition:all 1s;cursor:pointer}.grid-carousel .gc-min{flex-basis:calc(calc(calc(100% / 12) * 1) - calc(16px * 2))}.grid-carousel .gc-main{flex-basis:calc(calc(calc(100% / 12) * 9) - calc(16px * 2));cursor:default}.grid-carousel .gc-item:not(.gc-main):not(.gc-next):not(.gc-min),.grid-carousel .gc-last{margin-right:0}.grid-carousel .gc-next{flex-basis:calc(calc(calc(100% / 12) * 2) - calc(16px * 2))}.grid-carousel .gc-item:not(.gc-main):not(.gc-next):not(.gc-min){flex:0 1 0;width:0;opacity:0}.grid-carousel .gc-height{width:100%;padding-top:59.6%;pointer-events:none;font-size:0px}