.staffArchive-description{
    max-width: 50%;
}
@media screen and (max-width: 991px){
    .staffArchive-description{
        max-width: 100%;
    }
}

.staffArchive-featuredImage {
    padding: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.staffArchive-featuredImageContainer{
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.staffArchive-featuredImageContainer:hover{
    text-decoration: none;
    color: #000;
}

.staffArchive-headline{
    margin-bottom:45px;
}

