@import "main.css";
@import "common.css";
/* MY CSS */
.staff-detail{
	height: 305px;
	overflow: hidden;
}
.staff-bg { 
	height: 241px;
	overflow: hidden;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-button-prev{ display: none; }
.swiper-button-next{ display: none; }