.carousel-frame{position:relative;width:100%;height:min(calc(90vh - 10px),550px);margin:10px auto;overflow:hidden}.carousel-slide{display:flex;width:100%;height:100%;mix-blend-mode:multiply}.carousel-slide img{min-width:100%;object-fit:cover}.carousel-prev{position:absolute;top:50%;left:30px;margin-top:-15px;z-index:10;font-size:30px;color:rgba(255,255,255,.8);cursor:pointer}.carousel-next{position:absolute;top:50%;right:30px;margin-top:-15px;z-index:10;font-size:30px;color:rgba(255,255,255,.8);cursor:pointer}.carousel-dots{list-style:none;position:absolute;left:0;right:0;bottom:5%;margin:0 auto;width:max(100px,15%);display:flex;justify-content:space-between}.carousel-frame-outer{width:100%;margin:auto}.carousel-icon{width:15px;height:15px;background:#fff;box-shadow:0px 2px 3px rgb(0 0 0/32%);border-radius:100%;padding:10px;line-height:10px;text-align:center}.carousel-icon img{width:60%}@media (max-width:1366px){.carousel-frame{height:auto}}@media (max-width:575px){.carousel-prev{left:0}.carousel-next{right:0}.carousel-icon{width:10px;height:10px;padding:10px;line-height:0}}