.carousel{justify-content:center;align-items:flex-end;width:100%;height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.carousel img{width:100%;display:none}.carousel img.active{display:block}.carousel .prev,.carousel .next{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.carousel .prev{left:10px}.carousel .next{right:10px}.carousel .dots{align-items:flex-end;min-height:100%;display:flex}.carousel .dots .dot{cursor:pointer;background-color:#888;border-radius:50%;width:10px;height:10px;margin:0 5px;display:inline-block}.carousel .dots .dot.active{background-color:#333}
