#showcase{
    height: auto;
}

.cycle {    
    height: auto;   
    display: flex;
    flex-flow: row wrap;  
    justify-content: space-between;
    align-items: stretch;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.13); */
    padding: 0 5%;
    margin: 25px 0;
}
.cycle::after{
    content: "";
    flex: auto;
}

.cycle-head {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    text-transform: capitalize;
    text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);    
    font-size: 3em;
}


.proj {
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: -2px 5px 30px 0px rgba(76, 39, 39, 0.14);
    margin: 10px 0 20px 0;
    direction: ltr;
    box-sizing: border-box;
}
.proj-content{
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    

}


.proj-thumbnail{
    width:100%;
    border-radius: 3px;
} 
.proj-desc{
    width: 100%;
    padding: 0 2%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
@media(max-width: 700px){
    .cycle{
        flex-direction: column; 
        align-items: center;
    }
}

.proj-name {
    margin-top: 17px;
    margin-bottom: 0;
}

.proj-creators {
    margin-bottom: 0;
    font-size: 13px;
}

.proj-subtitle {
    margin-bottom: 0;    
    font-weight: 600;
}

.proj-links {
    margin-bottom: 0; 
    text-align: left;   
    padding: 0 0 0 5px; 
    color: #ebb811;    
    /* border-top: 1px solid rgba(0, 0, 0, 0.13); */
    font-size: 20px;
}
.proj-text {
    padding: 0 14px;    
}
.proj-links > a {
    padding: 0 5px 0 5px;
    color: #ebb811;    
    
}
.proj-links > a > i::before{
    transition: color 0.2s ease-in;   
}
.proj-container{
    width: 33%;
    padding: 1%;
    display: flex;
    /* justify-content: center; */

    box-sizing: border-box;
}

@media(max-width:1150px){
    .proj-container{
        width:50%;
    }
}
@media (max-width: 720px) {
    .proj-container{
        width:100%;
    }

}