.gallery {
	float: left;
	position: relative;
	width: 100%;
	height: 466px;
	margin-bottom: 34px;
}

.gallery .gallery-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gallery .gallery-item:not(:first-child) {
	display: none;
}

.gallery .gallery-item img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}