.carousel{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;max-width:600px;max-height:220px}.carousel__image{width:100%;height:100%;border-radius:8px 8px 0 0;object-fit:fill;display:none}.carousel__image.show{display:block}.carousel__button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);border:none;color:white;font-size:1rem;cursor:pointer;padding:.5rem}.carousel__button:hover{background-color:rgba(0,0,0,.7)}.carousel__button:first-of-type{left:0}.carousel__button:last-of-type{right:0}