.images-wrapper {
    border: 1px solid #ff5800;
}

.images img {
    z-index: 1;
    display: none;
}

.images img.active {
    z-index: 100;
    display: block;
}

.images-wrapper button {
    z-index: 150;
}
