.swiper_photo_video{
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	/* padding: 0 15px; */
}
.swiper_photo_video_second{
	overflow: hidden;
}
.swiper-wrapper_photo_video{
	width: 100%;
}
.swiper_photo_video-slide{
	width: 100%;
	height: auto;
}
.swiper-button-prev{
	margin-left: 5%;
}

