* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.container {
  position: relative;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 265px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

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

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

.numbertext {
	color: #000000;
	text-shadow: 2px 2px 4px #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px;
	position: absolute;
	top: 0;
}

.caption-container {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}