#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;
}

@media (max-width: 575px) {
  .cycle {
    padding: 0 0;
  }
}


/* .cycle::after {
  content: "";
  flex: auto;
} */

.cycle-head {
  width: 100%;
  text-align: center;
  margin: 45px 0 0 0;
  text-transform: capitalize;
  /* text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15); */
  font-size: 2.7em;
}

.proj {
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  /* box-shadow: -2px 5px 30px 0px rgba(76, 39, 39, 0.14); */
  margin: 10px 0 20px 0;
  direction: ltr;
  box-sizing: border-box;
  height: 100%;
}
.proj-content {
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.proj-thumbnail {
  width: 100%;
  border-radius: 3px;
  height: 70%;
}
.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 {
    align-items: center;
  }
}

.proj-name {
  margin-top: 25px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .proj-name {
    margin-top: 10px;
  }
  .proj-thumbnail {
    height: 70%;
  }
  /* .proj-text {
    height: 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  } */
}

.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: 50%;
    height: 340px;
  }
}
