.teamList{list-style-type:none; padding:0; margin:0; margin-left:-15px; margin-right:-15px; display:flex; flex-wrap:wrap;}
.teamList:after{display:block; content:''; clear:both; height:0;}
.teamList li{flex:auto; width:50%; padding:15px;} 
.teamList li .teamBox{background-color:#FFFFFF; padding:40px; border-radius:10px; height:100%;}
.teamList li .teamImg{width:150px; height:150px; border-radius:50%; display:block; overflow:hidden; margin-bottom:15px;}
.morelink{color:#1a1c4c; font-weight:700; text-decoration:underline; margin-top:20px; }
.morelink:after{content:''; background-image:url(img/btn-down.svg); width:16px; height:20px; display:inline-block; background-size:16px; background-position:right bottom; background-repeat:no-repeat; margin-left:8px;}
.morelink.less:after{transform: rotate(180deg); background-position: right top;}
.teamList li .btn_team svg{height:16px; stroke: #1a1c4c; margin-left:5px;}

.morecontent span{display: none;}
.morelink {display: block;}

.home_animation_topImg{margin-bottom:-70px;}
.home_animation_topImg> .gb-inside-container{padding-left:20px; padding-right:20px; padding-top:20px;}
.hero-bkg-animated {height:108px;
  width: 100%; margin: 0; text-align: center; position:relative; z-index:9;
  box-sizing: border-box; -webkit-animation: slide 20s linear infinite;}

.home_animation_bottom{position:relative;}
.home_animation_bottom:before{content:''; display:block; height:80px; background-color:#0090bc; position:absolute; top:-80px; left:0; right:0;}


@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -100vw 0; }
}
@media(max-width: 1199px){
.home_animation_topImg> .gb-inside-container{padding-right:0;}	
.home_animation_topImg{margin-bottom: -50px;}
}
/*@media(min-width: 768px){
.morelink{display:none;}	
}*/
@media(max-width: 767px){
.teamList li{flex:auto; width:100%;}
/*.hero-bkg-animated {height:65px;}*/
.home_animation_bottom:before {height:55px; top:-45px;}
.home_animation_topImg{margin-bottom: -45px;}

.home_animation_topImg{overflow:hidden;}
.home_animation_topImg> .gb-inside-container{padding-left:0;}
.home_animation_topImg img{max-width:inherit; min-width:110%; margin-left:-5%;}

/*.morecontent span{display: none;}
.morelink {display: block;}*/
}

@media(max-width: 480px){
/*.hero-bkg-animated{height: 60px;}	*/
}