.n-gallery {
	display: block;
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 50em;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.n-gallery .n-gallery-immediate-control {
	display: none;
	left: 0;
	appearance: none;
	background-color: rgba(50,50,50,.8);
	border-width: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	opacity: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: 0;
	transition: opacity .2s;
	width: 32px;
}

.n-gallery-item[aria-hidden=true] {
	display: none;
}

.n-gallery-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.n-gallery-figure {
	display: block;
	margin: 0;
}

.n-gallery-image {
	display: block;
	position: relative;
}

.n-gallery-image>:first-child {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.n-gallery-image:before {
	padding-top: 56.25%;
}

.n-gallery-image:before {
	content: "";
	display: block;
}

.n-gallery .n-gallery-caption {
	margin-top: calc(17px * 1.3);
	margin-bottom: 17px;
	min-height: 60px;
}

.n-gallery-caption {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

[dir=ltr] .n-gallery-next-control, [dir=rtl] .n-gallery-previous-control {
	right: 0;
}

.n-gallery-pagination-controls {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.n-gallery .n-gallery-pagination-control {
	background-size: cover;
	background-position: center center;
}

.n-gallery-pagination-control {
	appearance: none;
	background-color: #fff;
	border-width: 0;
	box-shadow: inset 0 0 0 1px #ccc;
	height: 80px;
	margin: 5px;
	overflow: visible;
	text-transform: none;
	width: 98px;
}

.n-gallery-pagination-control:hover, .news-gallery-active-control {
	background-color: #e2f1fb;
	box-shadow: inset 0 0 0 1px #0079c1;
	cursor: pointer;
	position: relative;
}

.n-gallery-pagination-control span {
	font-size: 0;
}
