#sockblock > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sockblock .social-img {
  background-position: center center;
  background-size: cover;
  float: left;
  height: 200px;
  position: relative;
  width: 20%;
}
#sockblock ul li i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  line-height: 32px;
  background-color: rgba(255,255,255,0.8);
  width: 32px;
  text-align: center;
  border-radius: 100%;
  color: #95120C;
}
#sockblock .social-img a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fancybox-wrap .fancybox-title a {
  color: #ffffff;
}
.fancybox-wrap .fancybox-title .child {
  font-weight: normal;
  white-space: normal;
}