.category-overview {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}
.category-heading {
  float: left;
  width:100%;
}
.category-heading h2 {
  margin-bottom: 20px !important;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}
.category-description {
  float: left;
  width:100%;
}

.category-description p {
  font-size: 14px;
  color: #555555;
}

.project-box {
  margin-bottom: 20px;
}
.project-image {
  position: relative;
}
.project-image a img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.project-title {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top:0;
}
.project-title p {
  position: relative;
  top:40%;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #666;
  font-size: 18px !important;
  font-family: 'latobold';
}
.project-image:hover .project-title {
  display: none;
}
.project-image:hover .panel-overlay {
  opacity: 1;
} 

/*Detail*/
.project-detail {
  overflow: auto;
  margin-bottom: 150px;
}
.project-detail h2 {
  margin-bottom: 20px;
}
.project-detail p {
  margin: 0;
}
.project-image img {
  width:100%;
  margin: 0;
}