﻿@import '/css/head.spe.css';

.banner { background: url(/images/aboutus/ourTeam/banner.jpg) right top no-repeat;background-size:cover;position: relative; overflow: hidden; width: 100%;user-select:none; }
.banner .auto-box {height:650px;position:relative;}
.banner .auto-box > div { position: absolute; top:50%;margin-top:-60px; left:1%; color: #fff; text-shadow: rgba(0,0,0,0.8) 3px 3px 3px; }
.banner .auto-box > div > h6 {font-family: 'Wulkan Display Italic';font-size: 56px;line-height: 2em; position: relative; font-weight:400;}

.out-team-list {padding:80px 0;}
.out-team-list .img {border-radius:15px;transition:all .3s;}
.out-team-list .item:hover .img {box-shadow:rgba(0,0,0,0.5) 0 0 10px;}

@media only screen and (max-width:1640px)
{
	.banner .auto-box {height: 41vw;min-height:240px;}
	.banner .auto-box > div {margin-top:-5vw;}
	.banner .auto-box > div > h6 {font-size:3.5vw;}
}

@media only screen and (max-width:768px){
	.banner .auto-box > div > h6 {font-size:22px;text-indent:20px;}
}
@media only screen and (max-width:560px){
	.banner .auto-box > div {margin-top:-28px;}
}