@charset "UTF-8";.gallery{width:100%;overflow:hidden;height:auto}.gallery_slide{display:flex;padding:0;margin:0;width:max-content;animation:slide linear infinite;animation-duration:var(--duration);animation-play-state:running;will-change:transform;backface-visibility:hidden}.gallery_slide li{list-style:none;padding:0;margin:0;flex:0 0 auto;transition:all .2s}.gallery_slide img{width:auto;display:block;vertical-align:top;height:40vh}@keyframes slide{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:880px){.gallery_slide img{height:30vh}}@media (max-width:500px){.gallery_slide img{height:20vh}}