.leaders{display: flex; flex-wrap: wrap; max-width: 1800px; margin: 0px auto; margin-bottom: 50px;}
.leaders .leader{width: calc(33.33% - 40px); cursor: pointer; margin: 20px; position: relative;  background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 525px;}
.leaders .details{padding: 20px 30px; color: white; position: absolute; left: 0px; bottom: 0px; width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a9e0+0,9fcd45+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(left, rgba(0,169,224,0.9) 0%, rgba(159,205,69,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,169,224,0.9) 0%,rgba(159,205,69,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,169,224,0.9) 0%,rgba(159,205,69,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a9e0', endColorstr='#e69fcd45',GradientType=1 ); /* IE6-9 */
}
.leaders .details .name{font-weight: 700; line-height: 32px; color: white; margin: 0px; margin-bottom: 6px; font-size:25pt;}
.leaders .details .title{color: white;margin: 0px;line-height: 25px;font-style: italic;font-size: 16pt;}

@media(max-width: 1920px){
	.leaders{max-width: 1400px; }
	.leaders .leader{width: calc(33.33% - 30px); margin: 15px; padding-top: 400px;}
	.leaders .details{padding: 15px 15px;}
	.leaders .details .name{line-height: 14px; margin-bottom: 5px; font-size: 15pt; }
	.leaders .details .title{line-height: 0px;font-size: 10pt;}
}

@media(max-width: 1024px){
	.leaders .leader{padding-top: 300px; width: calc(33.33% - 20px); margin: 10px;}
}

@media(max-width: 767px){
	.leaders .leader{width: calc(50% - 20px); margin: 10px; padding-top: 350px;}
	.leaders .details{padding: 10px 15px;}
	.leaders .details .name{line-height: 14px; margin-bottom: 0px; font-size: initial;}
	.leaders .details .title{line-height: 17px;font-size: 8pt;}
}

@media(max-width: 600px){
	.leaders .leader{padding-top: 250px;}
}

@media(max-width: 500px){
	.leaders{justify-content: center;}
	.leaders .leader{width: 280px; padding-top: 250px;}
}