button:not(:disabled) {
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    bottom: 10px;
}

.prev {
    left: 12px;
}

.next {
    right: 12px;
}

.slide .img {
    min-width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
