.ova-artist .items-artist {
  text-align: center;
}
.ova-artist .items-artist:hover .img img {
  filter: grayscale(0%);
}
.ova-artist .items-artist .img {
  display: block;
}
.ova-artist .items-artist .img img {
  transition: 0.5s;
  filter: grayscale(100%);
}
.ova-artist .items-artist .name {
  color: #25282e;
  font-size: 22px;
  line-height: 24px;
  margin-top: 28px;
  display: block;
  transition: 0.3s all;
}
.ova-artist .items-artist .name:hover {
  color: #c1b696;
}
.ova-artist .items-artist .skill {
  font-size: 17px;
  color: #555555;
  line-height: 24px;
  margin-top: 3px;
}
.ova-artist .items-artist .contact {
  margin-top: 8px;
}
.ova-artist .items-artist .contact a {
  font-size: 17px;
  line-height: 1.2;
  color: #777777;
}
.ova-artist .items-artist .contact a.email {
  border-bottom: 1px solid #c2c2c2;
}