.galllery-box {
 /* width: 30.86%;
  height: 270px;*/
  float: left;
  padding: 5px;
/*  margin-right: 5px;*/
  margin-bottom: 20px;
  box-sizing: border-box;
 /* background-color: #004c70;*/
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}
.gallery-title {
  width: 100%;
  height: auto;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  line-height: 20px;
  color: black;
  float: left;
}