.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #111;
	background-color: #000000d4;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.column {
	float: left;
	width: 20%;
}

#modal_close, #modal_prev, #modal_next, #modal_index {
	color: white;
	text-decoration: none;
	position: absolute;
	font-weight: bold;
	cursor: pointer;
}

#modal_index {
	top: 17px;
	left: 16px;
	cursor: default;
	font-weight: normal;
}

#modal_close {
	font-weight: 500;
	top: 10px;
	right: 17px;
	font-size: 35px;
}

#modal_prev, #modal_next {
	top: 50%;
	width: auto;
	padding: 16px;
	translate: 0 -50%;
	font-size: 20px;
	transition: .2s;
	user-select: none;
	-webkit-user-select: none;
}

#modal_next {
	right: 0;
}

#modal_prev:hover, #modal_next:hover, #modal_close:hover, #modal_close:focus {
	color: #999;
}








/* Hide the slides by default */
.mySlides {
	display: none;
	display: block;
	max-width: 90%;
	margin: auto;
	max-height: 90vh;
	position: relative;
	top: 50%;
	translate: 0 -50%;
}



.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
	width: 100%;
}

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

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);
}
























