.scrolling-gallery-container{margin:0}.col-scroll{justify-content:center;gap:1.5rem;width:100%;min-height:100vh;display:flex}.col-scroll__box{flex-direction:column;flex:1;padding:5vh 0 15vh;display:flex}.col-scroll__box:nth-child(odd){flex-direction:column-reverse;height:100vh}.col-scroll__list{will-change:transform;flex-direction:column;gap:1.5rem;display:flex}.col-scroll__box:nth-child(odd) .col-scroll__list{flex-direction:column-reverse}.col-scroll__item{margin:0}.col-scroll__img{aspect-ratio:6/7;object-fit:cover;border-radius:8px;width:100%;height:auto;transition:transform .3s;display:block}.col-scroll__img:hover{transform:scale(1.02)}.col-scroll__title{font-size:1rem;font-family:var(--font-nos), var(--font-radeny), var(--font-dh-ranclo), sans-serif;letter-spacing:.035em;text-align:center;color:inherit;margin:16px 0 0}@media (max-width:768px){main[style]{padding:0 4vw!important}}
