.sliderNavigation {
	height: auto;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(255, 255, 255, .6);
	overflow: hidden;
	display: none;
}

.sliderNavigation .swiper-wrapper {
	justify-content: center;
	transition-property: transform, height;
}

.sliderNavigation .swiper-slide.swiper-slide-visible {
	opacity: 0.4;
}

.sliderNavigation .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.sliderNavigation {
		display: block;
		height: 88px;
		margin-top: -88px;
	}

	.sliderNavigation figure picture {
		max-height: 69px;
	}

	.sliderNavigation figure picture img {
		height: 69px;
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.sliderNavigation {
		height: 61px;
		margin-top: -61px;
	}

	.sliderNavigation figure picture {
		max-height: 38px;
	}

	.sliderNavigation figure picture img {
		height: 38px;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.sliderNavigation {
		height: 72px;
		margin-top: -72px;
	}

	.sliderNavigation figure picture {
		max-height: 50px;
	}

	.sliderNavigation figure picture img {
		height: 50px;
		width: auto;
	}
}
