.team__address{
    background: #e2000e url('/resources/themes/bag/images//icon_big_white.png') no-repeat 25px 25px;
    border-radius: 80px;
    padding-left: 145px !important;
    padding-right: 40px !important;
    color:#fff;
}

.team__address *{
    color:#fff;
}

.team__dummy{
    background: #e2000e;
    margin:0 auto;
    padding: 20px 10px 0 10px;
}

.team__memberimage{
    display: block;
    position: relative;
}

.team__getajob{
    display: block;
    padding: 10px 22px;
}

.team__getajob > span{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    /*
    position: absolute;
    bottom:10px;
    left:30px;
    width: 80%;
    */
    text-decoration: none !important;
    font-size: 22px;
    line-height: 1.25;
}

.teammember__hover{
    background: rgba(0,0,0,0.3);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.teammember__hover:hover{
    background: rgba(0,0,0,0.5);
    opacity: 1;
}

.teammember__hover * {
    color:#fff !important;
}

.teammember__infos{
    position: relative;
}


.teammember__infos > div{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .team__address{
        padding-left: 20px !important;
        background-image: none !important;
        border-radius: 40px !important;
    }
}