.slideshow-container {
    /* position: relative; */
    width: 100%;
    height: 600px;
    /* overflow: hidden; */
    /* padding-left: 300px; */
    text-align: center;
}

.slides {
    display: flex;
    width: 100%;
    /* padding-left: 300px; */
    transition: transform 0.5s ease;
}

.slides img {
    width: 100%;
    height: 550px;
    
}

button.prev, button.next {
    position:relative;
    bottom: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    padding: 1px;
    z-index: 100;
    text-align: center;
    bottom: 50%;
    margin-top: 100px;
}

/* button.prev:hover,
button.next:hover {
    background-color: rgba(0, 0, 0.8, 0.8);
} */

button.prev {
    
    right: 35%;
}

button.next {
    left: 35%;
}