.job {}
.job > .thumbnail { margin-bottom: 25px; }
.job > .thumbnail > img {}
.loaded .job > .thumbnail > img { transition: transform .2s ease-out; }
.job:hover > .thumbnail > img { transform: scale(1.1); }
.job > .thumbnail > .field {
    position: absolute; bottom: 25px; left: 25px;
    padding: 0 15px;
    
    background-color: rgba(0,0,0,.4);
    border-radius: 20px;
    
    line-height: 40px;
    font-size: 14px;
    color: var(--main-color);
}
.job > .thumbnail > .field:before { content: '#'; }
.job > .title {
    line-height: 170%;
    font-size: 18px;
}