.carousel-container{position:relative;width:fit-content;margin:0 auto}.carousel-box{height:500px;overflow:hidden;position:relative}.carousel-ul{display:table;position:absolute;left:0;margin:0;padding:0;list-style:none}.carousel-li{display:table-cell}.carousel-li>img{vertical-align:top;border:none;width:176px;height:256px;margin:85px}.carousel-btn{position:absolute;width:20px;height:30px;color:#45fdf6;top:186px;line-height:30px;text-align:center;font-weight:700;cursor:pointer;z-index:10;transition:all .3s ease;font-size:22px}.carousel-btn.disabled{color:#e2e2e2;cursor:not-allowed;opacity:.5}.carousel-btn.prev{left:-200px}.carousel-btn.prev.mob{left:0;top:70px}.carousel-btn.next{right:-200px}.carousel-btn.next.mob{right:0;top:70px}