#slogan {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
#slogan h2 {
    font-size: 3rem;
    color: #fff;
    text-align: center !important;
    line-height: 1.5;
}
#slogan .text {
    vertical-align: middle;
    height: 20rem;
    display: table-cell;
    text-align: center !important;
    padding: 5rem;
    position: relative;
    z-index: 10;
}
.fix-background {
    background-image: url('/static/assets/img/team/group.jpeg');
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 0 !important;
    position: relative;
}
#slogan .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}