.knopka
{
	font-weight: 800;
    font-size: 12px;
    padding-left: 1vw;
    right: 48%;
    padding-right: 1vw;
    box-shadow: 1px 1px 9px 0px black;
    background-color: var(--span-color);
    text-align: center;
    line-height: 3vh;
    text-shadow: 1px 1px 2px black;
    color: var(--default-text-color);
    border-radius: 2px;
}

.mySlides 
{
	background-size: cover;
    background-position: center;
    position: relative;
    top: -9%;
    height: 25vh;
	border: 1px solid var(--top-text-color);
	border-radius: 5px;
}

.slideshow-container 
{
  position: relative;
  height: 200px;
}

.mySlides img
{
  position: absolute;
  width: 100%;
}
.slide-info
{
	font-size: 21px;
    position: absolute;
    left: 44%;
    top: 6%;
    margin-top: 160px;
    color: var(--default-text-color);
}

.slide-curent
{
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.slide-curent .dot
{
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 100%;
  background: #fff9;
}
.slide-text
{
	width: 50%;
    font-size: 90%;
    position: relative;
    top: 39%;
    color: #dcdcdc;
    left: 2%;
    text-shadow: -2px 2px 5px black;
}

.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;
}

.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, 
.next:hover 
{
  background-color: rgba(0,0,0,0.8);
}

.text 
{
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext 
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.fade
{
  -webkit-animation-name: faderight;
  -webkit-animation-duration: 0.5s;
  animation-name: faderight;
  animation-duration: 0.5s;
}

@-webkit-keyframes 
faderight {
	0% {
    position:relative;
	left:0%;
  }
  30% {
    position:relative;
	left:100%;
	max-width:0%;
	max-height: 0%;
  }
  31% {
    opacity: 0;
	position:relative;
	left:0%;
	max-width:0%;
	max-height: 0%;
  }
  60% {
	position:relative;
	left:0%;
    opacity: 1;
  }
  100% {
    position:relative;
	left:0%;
  }
}

@keyframes 
faderight {
	0% {
    position:relative;
	left:0%;
  }
  30% {
    position:relative;
	left:100%;
	max-width:0%;
	max-height: 0%;
  }
  31% {
    opacity: 0;
	position:relative;
	left:0%;
	max-width:0%;
	max-height: 0%;
  }
  60% {
	position:relative;
	left:0%;
    opacity: 1;
  }
  100% {
    position:relative;
	left:0%;
  }
}

@-webkit-keyframes 
fadeleft {
	0% {
    position:relative;
	left:0%;
  }
  30% {
    position:relative;
	left:-100%;
	max-width:0%;
	max-height: 0%;
  }
  31% {
    opacity: 0;
	position:relative;
	left:0%;
	max-width:0%;
	max-height: 0%;
  }
  60% {
	position:relative;
	left:0%;
    opacity: 1;
  }
  100% {
    position:relative;
	left:0%;
  }
}

@keyframes 
fadeleft {
	0% {
    position:relative;
	left:0%;
  }
  30% {
    position:relative;
	left:-100%;
	max-width:0%;
	max-height: 0%;
  }
  31% {
    opacity: 0;
	position:relative;
	left:0%;
	max-width:0%;
	max-height: 0%;
  }
  60% {
	position:relative;
	left:0%;
    opacity: 1;
  }
  100% {
    position:relative;
	left:0%;
  }
}




@media only screen and (max-width: 900px) 
{
  .prev, 
  .next,.text 
  {
    font-size: 11px
  }
.slide-text
{
	width: 50%;
    font-size: 54%;
    position: relative;
    color: #dcdcdc;
	top: 0%;
    height: 100%;
    left: 0%;
    text-shadow: -2px 2px 5px black;
    padding-top: 7%;
}
.knopka
{
font-weight: 800;
    font-size: 12px;
    padding-left: 1vw;
    padding-right: 1vw;
    top: -4vh;
    position: relative;
    left: -32%;
    box-shadow: 1px 1px 9px 0px black;
    background-color: var(--span-color);
    text-align: center;
    line-height: 3vh;
    text-shadow: 1px 1px 2px black;
    color: var(--default-text-color);
    border-radius: 2px;
}
.mySlides {
    background-size: cover;
    background-position: center;
    position: relative;
    top: 8%;
    left: 1%;
    height: 25vh;
    border: 1px solid var(--top-text-color);
    border-radius: 5px;
}}
