.rotatingImages,
.sidebarPhotoBlock {
	position: relative;
}

.rotatingImagesSwiper,
.sidebarPhotosSwiper {
	width: 100%;
	overflow: hidden;
}

.rotatingImagesSwiper .swiper-slide,
.sidebarPhotosSwiper .swiper-slide {
	box-sizing: border-box;
}

.rotatingImagesSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.rotatingImagesSwiper .swiper-button-prev,
.rotatingImagesSwiper .swiper-button-next {
	color: #000;
	width: 44px;
	height: 44px;
}

.rotatingImagesSwiper .swiper-button-prev:after,
.rotatingImagesSwiper .swiper-button-next:after {
	font-size: 24px;
}

.rotatingImagesSwiper .swiper-pagination,
.sidebarPhotosSwiper .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	z-index: 10;
}

.rotatingImagesSwiper .swiper-pagination-bullet,
.sidebarPhotosSwiper .swiper-pagination-bullet {
	opacity: 1;
}

.rotatingImagesSwiper .swiper-pagination-bullet-active,
.sidebarPhotosSwiper .swiper-pagination-bullet-active {
	background: #000;
}

.sidebarImage {
	width: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}