* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 50%;
  margin-left: 25%;
}

#prof_img {
	margin-left: 32%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 131px;
  height: 107px;
  margin-top: -22px;
  padding: 16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 12%;
}

.prev {
	left: 12%;
}



/* Caption text */
.text {
  color: #38231D;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 30%;
  text-align: center;
  margin-left: 32%;
  /*background-color: rgba(208,180,133,.5);
  border-style: double;*/
  height: 350px;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 0 10px;
  background-image: url(../images/dot.png);
  border-radius: 50%;
  display: inline-block;
  transition: background-image 0.6s ease;
}

.active, .dot:hover {
  background-image: url(../images/dot_hover.png);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: .5s;
}


@media all and (max-device-width: 767px) {
	.mySlides {
  margin-left: 12%;
}

.prev, .next {
	visibility: hidden;
}
	