.work-items h2 {
  font-family: 'Moderat Black';
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 70px;
  color: inherit;
  text-align: center;
}

.work-items .full{
  max-width:100%;  
}

.work-items .row {
  display: block;
  flex-wrap: wrap;
}

.work-items .translateX {
  height: 415px;
  overflow: hidden;
}
.work-items .work-item {
  position: relative;
}
.work-items .work-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
  z-index: 2;
}

.work-items .item-image.work-thumbnail {
  background-color: gray;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.work-items .item-image.work-thumbnail img {
  -webkit-transform: translatey(100px);
  -moz-transform: translatey(100px);
  transform: translatey(100px);
  opacity: 0;
  width: 100%;
}

.work-items .work-item:hover .item-image.work-thumbnail {
  opacity: .5;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.work-items .work-item h3 {
  color: #3c3c3b;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 35px;
}

.work-items .work-item p {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
.work-items .header-row h3 {
  font-family: 'Moderat Black';
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 70px;
  color: inherit;
  text-align: center;
  line-height: 1.1;
}

@media(min-width:768px){
  .work-items .work-item {
    margin-bottom: 110px;
  }
  .work-items .row {
    display: flex;
    flex-wrap: wrap;
  }
} 

{# light theme #}

.work-items.light {
  text-align: center;
  color: #fff;
  background-color: #333;
  padding-top: 80px;
  padding-bottom: 0;
}

.work-items.light .header-row {
  margin-bottom: 70px;
}

.work-items.light .header-row h3 {
  font-size: 42px;
  font-family: 'Moderat Black';
  margin-bottom: 20px;
  color: #fff;
  margin-top: 20px;
}


.work-items.light .header-row p {
  margin: 0 0 10px;
}

.work-items.light .work-item h3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: 'Moderat Black';
  margin-top: 35px;
}

.work-items.light .work-item p {
  color: #999;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 10px;
}

.work-items.light .work-item {
  margin-bottom: 110px;
}
@media(max-width:767px){
  .work-items .work-item {
    margin-bottom: 30px;
  }

  .work-items .row {
    display: flex;
  }
  .work-items {
    padding-top: 30px;
  }
  .work-items h2:empty {
    display: none;
  }
}