#founder-pics-block{
	position: relative;
	background-image:url("../images/fbg5.jpg");
	background-attachment:fixed;
	background-position:left, center;
	background-repeat:no-repeat;
	background-size:cover	;
}

#founder-pics-block .container{
	padding:100px 0px 70px;
}

#founder-pics-block::before{
    position: absolute;
    display:block;
    content:"";
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.8);
}

.founder-pic-box{
	overflow:hidden;	
	position:relative;
	border: 2px solid rgba(255, 165, 0, 0.3);
	transition:.3s;
	margin-bottom:30px;
}

.founder-pic-box:hover{
	border: 2px solid rgba(255, 165, 0, 1);
}

.founder-detail-overlay{
	position:absolute;
	width:100%;
	padding:10px;
	background:orange;
	bottom:-150px;
	left:0px;
	opacity:.8;
	transition:.3s;
}

.founder-pic-box:hover .founder-detail-overlay{
	bottom:0px;
	opacity:1;
}


.dignity{
	font-size:16px;
}