* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

.Back, .Back-s, .Forward, .Forward-s, .Close{
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 0px;
  color: #f2f2f3;
  background-color: rgba(0,0,0,0.8);
  transition: 0.4s ease;
  user-select: none;
  display: none;
  text-decoration: none;
  opacity: 50%;
}

/* Close button */
.Close {
  top: 0px;
  right: 0;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px;
}

/* Forward & Back buttons */
.Back, .Forward {
  top: 60px;
  padding: 17px;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0 5px 5px 0;
}

.Back-s, .Forward-s {
  top: 50%;
  padding: 17px;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0 5px 5px 0;
  opacity: 20%;
}

/* Place the "forward button" to the right */
.Forward, .Forward-s {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
/*
.Back:hover, .Forward:hover {
  background-color: rgba(0,0,0,0.8);
}
*/

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  background-color: rgba(0,0,0,0.8);
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  opacity : 50%;
}
