.slideshow-container {
max-width: 100vw;
height: 44vw;
position: relative;
margin: auto;
/*margin-top: 5vh;*/
}
.mySlides>img {
position: absolute;
width: 100%;
height: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -75px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
    .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.3);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/*
.main-banner {
background-image: url("../img/zdjecie2_2.jpg");
height: 95vh;
background-position: center center;
background-size: cover;
padding-top: 5vw;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.main-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}*/

@media(max-width: 500px) {
    .main-header {
        font-size: 40px;
        margin: -50px 0 0 -190px;
        padding-left: 10px;
    } 
    .main-title {
        font-size: 45px;
    }
}

.main-header {
text-align: center;
font-size: 27px;
color: white;
margin: 0;
padding-top: 5vw;
padding-bottom: 1.5vw;
text-shadow: 2px 2px 6px #242222;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 200px;
text-align: center;
letter-spacing: 1px;
font-weight: normal;
}
.main-title {
font-family: 'Caveat', cursive;
text-align: center;
font-size: 85px;
color: white;
margin: 0; 
position: absolute;
top: 50%;
left: 50%;
margin: -80px 0 0 170px;
text-shadow: 1px 3px 3px #242222;
text-align: center;
letter-spacing: 1px;
font-weight: 700;
}


@media(max-width: 767px) {
        .main-header {
        font-size: 40px;
        margin: -1px 0 0 -210px;
        padding-left: 10px;
    } 
    .main-title {
        font-size: 45px;
        margin: -30px 0 0 -100px;
    }
}

