.gallery-items img {
  height: 100px;
  margin: 15px auto;
  display: block;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.gallery-items img:hover {
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #fff;
}
.gallery {
  list-style: none;
  padding: 0;
}
.gallery-cats {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.gallery-cats li {
  margin-top: 10px;
}
.gallery-cats .newsImage {
  position: relative;
  width: 100%;
  height: 210px;
  display: block;
}
.gallery-cats .newsImage img {
  height: 210px;
  width: 100%;
}
.gallery-cats .newsImage .newsTitle {
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  /* fallback color */
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding-right: 15px;
  text-align: right;
}
.gallery-cats .newsImage .newsTitle span {
  color: #000;
  font-size: 18px;
}
