.ec-insta-outer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-insta-item1 {
  width: 250px;
  padding: 0 15px;
}

.ec-insta-inner1 a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.ec-insta-inner1 a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3474d4;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-insta-inner1 a:before {
  font-family: "EcIcons";
  content: "\f16d";
  font-size: 45px;
  top: 52%;
  left: 50%;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  margin-left: -20px;
  margin-top: -28px;
}
.ec-insta-inner1 a:hover:after {
  opacity: 0.8;
}
.ec-insta-inner1 a:hover:before {
  opacity: 1;
  visibility: visible;
}
.ec-insta-inner1 img {
  max-width: 100%;
}