.slideshow-container {
    min-width:330px;
        max-width: 600px;
        position: relative;
        margin: auto;
    }

.slideshow-container-news {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }


    .slide {
        display: none;
    }

    .slide img {
        width: 100%;
        height: auto;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

   .thumbnail-container {
        text-align: left;
        margin-top: 20px;
    }

    .thumbnail {
        width: 150px;
        height: auto;
        cursor: pointer;
        opacity: 0.9;
        transition: opacity 0.6s ease;
    }

    .thumbnail:hover {
        opacity: 1;
    }