 .SlideshowColumn {
            width: 100%;
            margin-top:20vh;
            position: relative;
            display: flex; 
            flex-wrap: wrap; 
            justify-content: space-evenly; 
            color: white;
padding-bottom: 20vh;
padding-top:3vh;
max-width: 100%;
background-color: #fafafa;
}

.DP-BOX{
           width: 100%;
            position: relative;
            display: flex; 
max-width: 100%;
background-color: #fafafa;
}

.GalerieNadpis {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.2em;
    color: black; 
    width: 100%;
}

.Mezera{
    height: 3vh;
    width: 100%;
    display: none;
}

        /* Slideshow container */
        .slideshow-container {
            width: 50vh;
            position: relative;
            margin: auto;
            margin-top: 0.5vh;
            box-sizing: border-box; 
            transition: 1s;
        }

        .slideshow-container:hover {
            scale: 1.03;
        }

        .slideshow-container h1 {
            margin-top:25%;
            text-align: center;
            margin-bottom: 2%;
            font-size: 1.8em;
            font-weight: 900;
            color: black;
        }

        .slideshow-container h5 {
            text-align: center;
            margin: 2%;
            font-weight: normal;
            font-size: 1.2em;
            color: black;
        }
        .fa-solid.fa-circle-info {
            color: #007bff;
        }

        .slideshow-container img {
            box-shadow: 0px 0px 10px 2px black;
            border-radius: 15px;

        }

       
        .mySlides {
            display: none;
        }

        /* Next & previous buttons */
        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: -22px;
            padding: 2%;
            color: white;
            font-weight: bold;
            font-size: 30px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            background-color: rgba(0, 0, 0, 0.5);
        }

        /* Position the "next button" to the right */
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            color: #007bff;
            background-color: rgba(0, 0, 0, 0.8);
        }

        /* Caption text */
        .text {
            color: #f2f2f2;
            font-size: 25px;
            padding: 8px 12px;
            position: absolute;
            bottom: 5%;
            width: 100%;
            text-align: center;
            text-shadow: #000 2px 0 5px;
            font-family: sans-serif;
        }

        /* Number text (1/3 etc) */
        .numbertext {
            color: black;
            font-size: 20px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
        }

        /* The dots/bullets/indicators */
        .dot {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }

        .active, .dot:hover {
            background-color: #007bff;
        }

  .button-container{
    width:100%;
    bottom:0;
    margin-top: 12vh;
  }
.slideshow-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 20px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s; 
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    margin-bottom: 7vh;
    border: 1px solid #007bff;
}

.slideshow-button:hover {
    background-color: #0056b3;
}

@media (max-width:1300px){
 .slideshow-container:hover{
    scale:1;
 }
}
@media (max-width:500px){
    .GalerieNadpis{
        font-size: 1.2em;
    }
    .Mezera{
        display:block;
    }
}