
.div_peoples_container{
    width: 100%;
}

.div_peoples_image_container{
    width: calc(25% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;

}

.peoples_image{
    background: no-repeat top center /cover;
    width: 100%;
    padding-top: 100%;
}

.peoples_image_designation{
    position: absolute;
    top: 0px;
    padding: 30px;
    font-size: 16px;
    color: #FFF;
    text-align: left;
    width: calc(100% - 60px);
    text-transform: capitalize;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.peoples_image_title{
    position: absolute;
    bottom: 0px;
    font-size: 43px;
    line-height: 45px;
    color: #fff;
    text-align: left;
    padding: 30px;
    height: 90px;
    overflow: hidden;
    width: calc(100% - 60px);
    text-transform: capitalize;
    font-family: Montserrat-Light;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.peoples_image_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.div_peoples_image_container:hover .peoples_image_overlay{
    opacity: 0;
}

.div_peoples_image_container:hover .peoples_image_designation{
    opacity: 0;
}

.div_peoples_image_container:hover .peoples_image_title{
    opacity: 0;
}

.feature_row{
	width: calc(100% - 0px);
	display: block;
	padding: 0 0px;
	position: absolute;
	top: 10px;
}

.feature_row_line{
	width: 50px; height: 2px;
	background-color: #d57f21;
}
