ul.demo-2 {
  -webkit-box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.76);
  box-shadow: 0 0 30px 9px rgba(0, 0, 0, 0.76);
}

div.col-lg-6 {
  padding-bottom: 38%;
}

div.col-lg-4 {
  padding-bottom: 26%;
}

div.col-lg-12 {
  padding-bottom: 0;
}

.work-img {
  cursor: pointer;
  width: 95%;
  height: auto;
  padding-top: 0;
  position: absolute;
  left: 2.5%;
  top: 0;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;

  -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.9);
}

img.work-img:hover {
  width: 95%;
  height: auto;
  top: 24px;
  padding-top: 0;
}

.img-hdr {
  font-size: 20px;
  line-height: 24px;
  width: 95%;
  background-color: rgba(255, 157, 30, 0.9);
  margin: 0;
  padding: 0;
}
