@media (min-width: 992px) {
  .work-grid .image-container {
    margin-bottom: 30px;
  }
  .project-info {
    display: block !important;
    margin-bottom: 0 !important;
    margin-top: 0px;
    padding-top:10px !important;
    background-color: rgba(255,255,255,0.8);
    position: relative;
    transition:margin-top 0.3s ease;
    height: 88px;
  }
  .project-thumb-container:hover .project-info {
    margin-top: -118px;
  }
  .project-thumb-container {
    overflow:hidden;
    height: 375.333px;
  }
}