
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width:  768px) {
    #articles .outproject__img {
        padding: 0;
    }
    #articles .outproject__img .img {
        height: 177px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:  1024px) {
    #articles .outproject__img .img {
        height: 143px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #articles .outproject__img .img {
        height: 228px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #articles .outproject__img .img {
        height: 330px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
