.index-photo-gallery {
	position: relative;
	width: 960px;
	margin: 30px auto;
}
.index-photo-gallery * {
	box-sizing: border-box;
}
.index-photo-gallery-slide .slide-image {
	display: block;
	height: 154px;
	background: center / cover no-repeat;
	border: 4px solid #fff;
}
.index-photo-gallery-slider-next,
.index-photo-gallery-slider-prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	border: 4px solid #fff;
	border-width: 0 4px 4px 0;
	opacity: 0.5;
	cursor: pointer;
}
.index-photo-gallery-slider-next.swiper-button-disabled,
.index-photo-gallery-slider-prev.swiper-button-disabled {
	opacity: 0.0;
}
.index-photo-gallery-slider-next {
	left: 100%;
	margin: -16px 0 0 -8px;
	transform: rotate(-45deg);
}
.index-photo-gallery-slider-prev {
	right: 100%;
	margin: -16px -8px 0 0;
	transform: rotate(135deg);
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
	.index-photo-gallery {
		width: 720px;
	}
}
@media screen and (max-width: 767px) {
	.index-photo-gallery {
		width: 540px;
	}
}
@media screen and (max-width: 575px) {
	.index-photo-gallery {
		width: 250px;
	}
}