.slideshow-container {
  position: relative;
  margin: auto;
}

.sliderheight {
  margin-bottom: 30px;
}
/*
.websiteSlides {
  display: none;
}
*/
.websiteSlides:hover {
  /* cursor: url(../images/icon-move-black.png), move; */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.prevbn, .nextbn {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  padding: 0px 9px;
  color: white;
  font-weight: bold;
  font-size: 27px;
  transition: 0.1s ease;
  user-select: none;
  border-radius: 0px;
  width: 50px;
  height: 50px;
}

.nextbn {
  right: 0;
  margin-right: 0px;
}

.nextbtnfix {
  display: inline-block;
  position: absolute;
  right: 15px;
}

.prevbn:hover, .nextbn:hover {
  background-color: rgba(0,0,0,0.9);
}

.prevbn {
  background-color: rgba(0,0,0,0.3);
  margin-left: 18px;
  margin-top: 17%;
  padding-left: 17px;
  padding-top: 15px;
  border-radius: 25px;
}

.nextbn {
  background-color: rgba(0,0,0,0.3);
  margin-right: 18px;
  margin-top: 17%;
  padding-left: 17px;
  padding-top: 15px;
  border-radius: 25px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  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;
}

.dotbnt {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotsalld {
	text-align: center;
    margin-top: -50px;
}

.dotbnt:hover {
  background-color: #717171;
}

.dotactive {
  background-color: #717171;
}

.fadebn {
  animation-name: fadebn;
  animation-duration: 1.5s;
}

.fontstrech {
    display: inline-block;
    -webkit-transform: scale(1,1.5);
    -moz-transform: scale(1,1.5);
    -ms-transform: scale(1,1.5);
    -o-transform: scale(1,1.5);
    transform: scale(1,1.5);
    font-weight: 300;
}

@media screen and (max-width: 575px) {
  .prevbn, .nextbn {
    margin-top: 47%;
  }
}

@keyframes fadebn {
  from {opacity: .4}
  to {opacity: 1}
}
