#ambassdors
{
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
}

.swiper-container 
{
      width: 100%;
      padding-top: 40px;
      padding-bottom: 50px;
}

.swiper-slide 
{
	  border:5px solid #262626;
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 450px;
	  background: #262626;
}
.swiper-slide .imgbx
{
	width:100%;
	height: 320px;
	border:5px solid #262626;
}
.swiper-slide .imgbx img
{
	width: 100%;
}
.swiper-slide .details
{
	
	box-sizing: border-box;
	height:115px;
	background:#262626;
}
.swiper-slide .details h3
{
	margin-top:9px;
	padding:1px;
	font-size: 35px;
	text-align: center;
	line-height: 19px;
	font-family: 'Tangerine', cursive;
}
.swiper-slide .details h3 span
{
	font-size:18px;
     font-family: 'Libre Baskerville', serif;
}