.project-container {
  min-height: 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero-container,
.hero-container > .img-src {
  height: 300px;
}

.project-container .spacer {
  padding: 0 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.project-container aside .first-title {
  margin: 30px 0 15px;
  line-height: 52px;
}

.project-container .similar-projects {
  background-color: #F5F5F5;
  margin: 30px 0 0 0;
}

.project-container .similar-projects h3,
.project-container .screenshots h3 {
  color: #777777;
  text-align: center;
  margin: 40px 0 30px;
}

.project-container .similar-projects .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.project-container .similar-projects .card .filter {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
}

.project-container .similar-projects .card.card-background .content {
    height: 90%;
}

.project-container .siema img {
  width: 100%;
}

.project-container .siema img.mobile {
  width: auto;
  max-height: 350px;
}

.project-container .controls button {
  border: 0;
  margin: 15px;
}