.row:after {
	content: "";
	display: table;
	clear: both;
}

.row .column {
	padding: 0 11px;
	float: left;
	width: 33.3%;
}

.row .column img {
	width: 100%;
	cursor: pointer;
}

.row .column img:hover {
	opacity:0.60
}

.modalBox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 56px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 78%;
}

.modal-content img {
	width: 100%;
	height: 100%;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.slides {
	display: none;
	width: 100%;
	height: 100%;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
	border-radius: 3px 0 0 3px;
	margin-left: -50px;
}

.next {
	right: 0;
	border-radius: 0 3px 3px 0;
	margin-right: -50px;
}

.prev:hover,
.next:hover {
	background-color: rgba(250, 50, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 16px;
  font-family: sans-serif;
  padding: 8px 12px;
  position: absolute;
  top: -40px;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@media screen and (max-width: 1000px) {
	.row .column {
		padding: 4px 0;
		width: 100%;
	}
}
