@charset "utf-8";

.wr-list-photo-layer .photo-layer {
  -webkit-box-shadow: 0 0 8px 0 rgb(153, 153, 153);
  box-shadow: 0 0 8px 0 rgb(153, 153, 153);
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wr-list-photo-layer .photo-layer::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  z-index:1;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.wr-list-photo-layer .photo-layer:hover::before {
  opacity: 0.8;
}

.wr-list-photo-layer .photo-layer:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(153, 153, 153, 1);
  box-shadow: 0px 0px 12px 0px rgba(153, 153, 153, 1);
}

.wr-list-photo-layer .content {
  bottom: 20px;
  left: 18px;
  position: absolute;
  right: 14px;
  z-index: 8;
}

.wr-list-photo-layer .content .name {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0 0 4px;
}

.wr-list-photo-layer .content .link,
.wr-list-photo-layer .content .link a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}

.wr-list-photo-layer .content .link:hover,
.wr-list-photo-layer .content .link a:hover {
  color: #3fb698;
}
