#menu ul.lang > li {
	display: inline-block;
	padding: 0 15px;
	border-top: none;
}

#menu ul.lang > li::after {
	content: '';
	display: block;
	position: relative;
	border-right: solid 1px rgba(0, 0, 0, 0.125);
	top: -25px;
    right: 20px;
	width: 1px;
	height: 20px;	
}

#menu ul.lang > li:first-child {
	padding-left: 0;
}

#menu ul.lang > li:first-child::after {
	border-right: none;
} 

.spotlight .image-cover {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.spotlight img {
	padding: 2em 0 0 0;
}

.spotlight .image-cover img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.link {
	display: inline-block;
	margin-bottom: 30px;
}

.gallery-container {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	width: 60em;
  	margin: 0 auto 3em;
}

.gallery-container a {
	border-bottom: 0;
}

.gallery-container img {
	width: 100%;
}

.gallery-item {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item img {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item span {
	position: absolute;
	display: none;
	padding: 20px;
	top: 0;
	left: 0;
	text-align: center;
}

.gallery-item:hover img {
	opacity: .15;
}

.gallery-item:hover span {
	display: block;
}

div.fslightbox-toolbar button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	background-color: inherit;
	border-radius: inherit;
	border: inherit;
	box-shadow: inherit;
	color: inherit;
	display: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	max-width: inherit;
	padding: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	white-space: inherit;
	overflow: inherit;
	text-overflow: inherit;
}

@media only screen and (max-width:980px){
		
	.gallery-container {
		grid-template-columns: repeat(3,1fr);
		width: 90%;
	}
	
	.spotlight .image-cover {
		/*position: relative;*/
		overflow: visible;
		/*height: 100%;*/
	}
	
	.spotlight img {
		padding: 2em 0 0 0;
	}
	
	.spotlight .content {
		order: 2;
	}
	
	.spotlight .image {
		order: 1;
	}
	
	.spotlight .image-cover img {
		position: relative;
		padding: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

}

@media only screen and (max-width:699px){
		
	.gallery-container {
		grid-template-columns: repeat(2,1fr);
		width: 95%;
	}

	.gallery-item span {
		position: relative;
		display: block;
		padding: 10px;
		text-align: left;
	}
}

@media only screen and (max-width:399px){
		
	.gallery-container {
		grid-template-columns: repeat(1,1fr);
		width: 90%;
	}

	.gallery-item span {
		font-size: 90%;
	}

}
