
.foto-bio-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .foto-bio-container .nopadding > div {
        padding: 0 0 11px;
    }
.foto-bio-container > p{ padding-bottom: 40px;}
    .foto-bio-container .foto-bio-box {
        max-width: 360px;
        position: relative;
        cursor: pointer;
        margin: 0 auto;
        border: none;
        padding: 0;
        text-align: left;
    }
.foto-bio-container .foto-bio-box:after {
    content: '';
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.foto-bio-container .foto-bio-box > img { width: 100%; }
.foto-bio-container .foto-bio-box .foto-bio-info { position: absolute; left: 0; bottom: 0; color: #fff; padding: 0 20px 13px; width: 85%; z-index: 2; }
    .foto-bio-container .foto-bio-box .foto-bio-info h2 {
        border-bottom: 1px solid;
        font-size: 1.14em;
        font-weight: bold;
        margin-bottom: 4px;
        padding-bottom: 7px;
        color: white;
    }
.foto-bio-container .foto-bio-box .foto-bio-info p { font-size: 0.88em; margin: 0; font-weight: 300;}
.foto-bio-container .foto-bio-desc { display: none; width: 730px; position: relative; left: 0; top: 0; padding: 0 10px;}

.foto-bio-container .col-sm-6 + .col-sm-6 .foto-bio-desc { position: relative; left: -100%;}
.foto-bio-container .foto-bio-desc > h3 { font-weight: 600; position: relative; padding-right: 85px; font-size: 36px; margin: 20px 0 10px; color: #4b4b4b;}
.foto-bio-container .foto-bio-desc > h4 { font-size: 1.38em; line-height: 1.55em;}
.foto-bio-container .foto-bio-desc > p { padding: 0 0 20px; }
.foto-bio-container .foto-bio-desc .foto-bio-btn { border: 1px solid; text-transform: uppergase; font-size: 13px; display: inline-block;}
.foto-bio-container .foto-bio-desc .foto-bio-btn button { display: block; font-size: 0.9em; font-weight: bold; padding: 10px 15px; text-transform: uppercase; background-color: transparent; border: 0;}
.foto-bio-container .foto-bio-desc .foto-bio-btn button:hover {
     color: #fff; background-color: #4b4b4b;
}
.foto-bio-container .foto-bio-desc .close-desc { position: absolute; right: 0; top: 5px; }

@media screen and (max-width: 768px) {
    .foto-bio-container .foto-bio-desc { width: auto; left: 0; }
    .foto-bio-container .col-sm-6 + .col-sm-6 .foto-bio-desc { left: 0;}
}


