.gif-carousel{position:relative;margin:1em 0;padding:0 48px}
.carousel-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-track a{flex:0 0 auto;scroll-snap-align:start;background:none}
.carousel-track a:hover{background:none}
.carousel-track img{height:240px;width:auto;display:block;border-radius:6px}
.carousel-track iframe{flex:0 0 auto;scroll-snap-align:start;display:block;height:315px;width:560px;border-radius:6px}
@media(max-width:480px){.carousel-track img{height:180px}.carousel-track iframe{height:180px;width:320px}}
.carousel-btn{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:36px;height:36px;border:none;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:1.4rem;line-height:1;text-align:center;cursor:pointer;padding:0}
.carousel-btn:hover{background:rgba(0,0,0,.7)}
.carousel-prev{left:6px}
.carousel-next{right:6px}
