.our_services_list {
    position: relative;
    overflow: hidden;
}

.our_services_list > img {
    margin: 0;
    display: block;
}

.our_services_list > div {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font: 700 30px/30px 'Roboto Condensed';
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.job_open { color: rgb(11, 133, 84) !important; }
.job_closed { color: rgb(133, 11, 11) !important; }
.job_open, .job_closed { font-weight: 700; }