.lg-backdrop.in,
.lg-outer.lg-visible {
	z-index: 99999;
}

.photos .thumbnails {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100px;
}

.photos .thumbnails > .inner {
	position: absolute;
	top: 0;
	left: 0;
}

.photos .thumbnails > .inner a {
	overflow: hidden;
	display: inline-block;
	width: 120px;
	height: 86px;
	margin: 6px 6px 6px 0;
	border: 1px solid #C5CFDC;
}

.photos .thumbnails .prev,
.photos .thumbnails .next {
	position: absolute;
	top: 37px;
	padding: 3px 9px 7px;
	text-align: center;
	line-height: 1;
	background-color: rgba(255,255,255,.5);
	color: #243684;
	font-size: 20px;
	font-family: "Arial Black";
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.photos .thumbnails .prev {
	left: 10px;
}

.photos .thumbnails .next {
	right: 10px;
}

.article  .wp-block-image {
	display: flex;
	max-height: 200px;
	min-height: 200px;
}

.article .wp-block-image img {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
}