.single-project .project-content {
    opacity: 0;
    height: 0;
    transition: all .3s ease-in-out;
}

.single-project.toggle .project-content {
    opacity: 1;
    height: 100%;
    transition: all .3s ease-in-out;
}

.toggle-project-content {
    cursor: pointer;
}