#content .webdesign-works {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;
  background: #f9fbfc;
  border-bottom: 1px solid #e9eef2;
}

#content .webdesign-works p {
  font-size: 16px;
  line-height: 28px;
  color: #8c9195;
}

#content .webdesign-works ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

#content .webdesign-works li .site {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  transition: all .2s ease-in 0;
}

#content .webdesign-works li .site .rollover {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  background: rgba(0,0,0,.8);
  padding-top: 85px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .2s ease-in 0;
}

#content .webdesign-works li .site .icon {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0 2px;
}

#content .webdesign-works li .site .icon a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 46px;
  width: 46px;
  background: #b61628;
}

#content .webdesign-works li .site .icon a i {
  font-size: 20px;
}

#content .webdesign-works li .site span {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

#content .webdesign-works li .site span a {
  color: #fff;
  text-decoration: none;
}

#content .webdesign-works li .site:hover .rollover {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all .2s ease-in 0;
}

#content .webdesign-works li .site .img {
  width: 100%;
  overflow: hidden;
}

#content .webdesign-works li .site .img img {
  width: 100%;
  height: auto;
}

#content .webdesign-works .btn {
  height: 58px;
  background: #3c3c3c;
  color: #fff;
  line-height: 58px;
  font-size: 21px;
  padding: 0 20px;
  margin: 50px 0;
}

#content .webdesign-works .btn:hover {
  background: #b61628;
}