.work {
    background-color: #e0e0e0;
}

.work > .inner {
    position: relative;
    padding-top: 90px;
}

.work .arrows {
    width: 290px;
    position: absolute;
    left: 13%;
    top: 29%;
    height: 0;
    overflow: hidden;
}

.work .arrows img.mobile {
    width: 86%;
    /*width: 244px;*/
    height: 1000px;
}

.work .arrows img.desktop {
    display: none;
    width: 760px;
    height: 217px;
}

.work ul li {
    text-align: center;
    padding-bottom: 120px;
}

.work ul {
    padding-top: 120px;
}

.work ul li .image img {
    max-height: 180px;
}

.work ul li .title {
    width: 200px;
    padding: 10px 0;
    font-family: "Rubik Bold";
    color: #e94b35;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 auto;
}

.work ul li .description {
    width: 200px;
    font-family: "Roboto Slab Regular";
    color: #414141;
    font-size: 1.2rem;
    margin: 0 auto;
}
@media only screen and (min-width: 420px) {
    .work .arrows {
        width: 340px;
    }
}
@media only screen and (min-width: 640px)  {
    .work .arrows {
        width: 540px;
    }
    .work ul li .title {
        width: 400px;
    }
    .work ul li .description {
        width: 400px;
    }
    .work .arrows img.mobile {
        height: 1240px;
    }
}

@media only screen and (min-width: 1200px) {
    .work .arrows img.desktop {
        display: block;
    }

    .work .arrows img.mobile {
        display: none;
    }

    .work ul li {
        width: 25%;
        float: left;
        padding: 0;
    }

    .work {
        height: 715px;
    }

    .work ul li .description {
        width: 180px;
        font-size: 0.6rem;
    }

    .work ul li .title {
        width: 154px;
        font-size: 0.8rem;
    }

    .work .arrows {
        left: 16%;
        top: 28%;
        height: auto;
        width: 0;
    }
    a.button {
        display: block;
        background: #fbb400;
        padding: 10px;
        margin-top: -10px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -khtml-border-radius: 12px;
        border-radius: 12px;
    }
    nav .menu ul li:hover .button {
      color: #d13030;
    }
}
