.monkey-latest-item {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 210px;
    width: 100%;
    margin-top: 90px;
}

.monkey-latest-item:first-child {
    margin-top: 65px;
}

.monkey-latest-category {
    position: absolute;
    display: inline-block;
    color: #fff;
    background: #bba374;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    top: 0;
    right: 32px;
}

.monkey-latest-title {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 10px;
    top: 50px;
    right: 32px;
    line-height: 1;
}

.monkey-latest-title a {
    font-family: "DIN Next W01 Regular";
}

.entry-footer {
    display: none;
}

.monkey-latest-work-wrapper .monkey-latest-item:first-child {
    height: 450px;
}

.monkey-latest-text {
    margin-top: 36px;
}

.monkey-latest-read-more {
    background: url(../images/link_out_icon.png) no-repeat;
    padding-right: 20px;
    padding-top: 5px;
    background-position: right;
    float: right;
    position: relative;
    z-index: 1000;
    color: #bba374;
    display: inline;
}