.wfi-images{
    margin-top: 20px;
    margin-bottom: 40px;
} 
.wfi-image {
    width: 25%;
    display: inline-block;
    padding: 8px;
    box-sizing: border-box;
    line-height: 0;
    height: auto;
}

.wfi-image img {
    max-width: 100%;
    height:auto;
    box-shadow: none!important;
}

.wfi-btn {
    background: none;
    border: 2px solid #2f76bb;
    border-radius: 100%;
    color: #2f76bb;
    font-size: 12px;
    font-weight: 700;
    height: 120px;
    width: 120px;
    cursor: pointer;
}

.instagram-header {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.instagram-header strong {
    font-weight: 700;
}
.instagram-avatar {
    border: 1px solid #eee;
    border-radius: 100%;
    float: left;
    height: 75px;
    margin-right: 20px;
    margin-top: 5px;
    width: 75px;
}

.instagram-user--name {
    font-weight: 700;
}

.instagram-header--right .counts span {
    margin-right: 10px;
}

.wfi-nav {
    text-align: center;
    padding:15px 0;
    font-size: 14px;
    color:rgba(0,0,0,0.44);
}

.ins-nav--item.is-active {
    color:rgba(0,0,0,0.8);
    font-weight: 700;
}

.ins-nav--item {
    display:inline-block;
    padding: 2px 15px;
    text-transform: uppercase;
}

.u-textAlignCenter {
    text-align: center;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}