/* Keep the gallery interactive while it automatically moves from left to right. */
.gallery-viewport{overflow-x:auto!important;overflow-y:hidden;touch-action:pan-x;scrollbar-color:var(--teal) #d9ebeb;cursor:grab}.gallery-viewport:active{cursor:grabbing}.gallery-viewport::-webkit-scrollbar{height:9px}.gallery-viewport::-webkit-scrollbar-track{background:#d9ebeb;border-radius:99px}.gallery-viewport::-webkit-scrollbar-thumb{background:var(--teal);border-radius:99px}.gallery-scroll img{content-visibility:auto}
