    #projects-list {
        margin: 0 0;
        /*background:#fafafa;*/
        /*padding:50px 0*/
    }
    /*
    #projects-list .grid-wrapper .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0px;
    }
    
    @media screen and (min-width:1700px) {
        #projects-list .row>div {
            padding: 0 40px;
            margin-bottom: 80px
        }
    }
    
    @media screen and (min-width:1400px) and (max-width:1699px) {
        #projects-list .row>div {
            padding: 0 40px;
            margin-bottom: 60px
        }
    }
    */
    
    @media screen and (max-width:1399px) {
        #projects-list .grid-wrapper .row>div {
            margin-bottom: 30px
        }
    }
    
    @media screen and (max-width:767px) {}
    
    .projects-list-group .grid-item {
        overflow: hidden;
    }
    
    .projects-list-item {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .projects-list-item {
        left: -200%;
        transition: all 500ms;
    }
    
    .in-viewport .projects-list-item {
        left: 0%;
    }
    
    .projects-list-item .above {
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 500ms;
        padding: 7px 15px;
        color: white;
        line-height: 1.1;
        font-family: Rajdhani, sans-serif;
        height: 100%;
    }
    
    .projects-list-item:hover .above {
        top: 0%;
        background-color: rgba(0, 0, 0, 0.6)
    }
    
    .projects-list-item .category {
        font-size: 1.2rem;
        position: relative;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    
    .projects-list-item:hover .category {
        display: none;
    }
    
    .projects-list-item .name {
        font-size: 1.4rem;
        font-weight: 500;
        height: auto;
        max-height: 100%;
        overflow: hidden;
        display: none;
        border-left: 2px solid #F39400;
        padding: 0px 7px;
        margin: 15px 0;
    }
    
    .projects-list-item:hover .name {
        display: block;
    }
    
    .projects-list-item .more {
        display: inline-block;
        position: absolute;
        bottom: 30px;
        right: 15px;
        font-size: 1rem;
        color: white;
        padding-left: 20px;
    }
    
    .projects-list-item a {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 100%;
        height: 100%;
        transition: all 500ms;
    }
    
    .projects-list-item:hover a {
        top: 0%;
    }
    
    .projects-list-item .more:before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        top: -1px;
        left: -3px;
        margin-right: 3px;
        font-size: 95%;
        position: absolute;
        transition: all 220ms;
    }
    
    .projects-list-item .more:hover:before {
        left: 3px;
    }
    /*
    #projects-list .all a:before {
        content: url('/img/arcs.png?h=30');
        position: absolute;
        display: inline-block;
        left: -5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        }
    */
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .projects-list-item .category {
            font-size: 1.2rem;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {}
    
    @media (min-width: 500px) and (max-width: 767px) {}