.row > .column {
	padding: 0 8px;
}

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

/* Create four equal columns that floats next to eachother */
/* .column {
	float: left;
	width: 25%;
} */

/* Background Layer */
.background-layer {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: 0.3;
	z-index: 999;
}

/* The Modal */
.lightbox-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	width: max-content;
	height: max-content;
}

/* Modal Content */
.lightbox-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0.3rem;
	outline: 0;
}

/* The Close Button */
.lightbox-close {
	color: white;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 35px;
	font-weight: normal;
	line-height: 0.7em;
	z-index: 1;
	background-color: #777;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.7;
	cursor: grab;
}

/* .lightbox-close:hover,
.lightbox-close:focus {
	color: #999;
	text-decoration: none;
	cursor: grab;
} */

/* Hide the slides by default */
.lightboxSlides {
	display: none;
}

.lightboxSlides img {
	max-width: 100%;
	max-height: 90vh;
	border-radius: 0.23rem;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: grab;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.lightbox-close:hover,
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 4px 12px;
	position: absolute;
	top: 0;
	background-color: #777;
	opacity: 0.7;
	border-top-left-radius: 0.23rem;
}

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

img.demo {
	opacity: 0.6;
}

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