@import "main.css?v=0.1";
@import "common.css";
/* MY CSS */
.staff-detail{
	height: 325px;
	overflow: hidden;
}
.staff-bg { 
	height: 241px;
	overflow: hidden;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-thumbs{
    height: 20%;
       margin-top: 20px;
}
.gallery-thumbs .swiper-slide{
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
 
}
.swiper-button-prev{ display: none; }
.swiper-button-next{ display: none; }
.access_table tr td,.access_table tr th{
    padding: 8px;
    font-size: 18px;
}
.access_table tr th{
    width: 30%;
    text-align: center;
}