.htinsta-instragram{
    overflow: hidden;
    text-align: center;
    position: relative;
}
.htinsta-instragram ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.htinsta-instragram ul li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 25%;
  text-align: center;
}
.htinsta-widgets .htinsta-instragram ul li{
    border:none !important;
}
.htinsta-instragram.htinsta-column-1 ul li{
    width: 100%;
}
.htinsta-instragram.htinsta-column-2 ul li{
    width: 50%;
}
.htinsta-instragram.htinsta-column-3 ul li{
    width: 33.333%;
}
.htinsta-instragram.htinsta-column-5 ul li{
    width: 20%;
}
.htinsta-instragram.htinsta-column-6 ul li{
    width: 16.666%;
}
.htinstagram_single_item{
    position: relative;
    overflow: hidden;
}
.htinstagram_single_item a{
    display: block;
}
.htinsta-instragram ul li .instagram-clip {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}
.htinsta-instragram ul li:hover .instagram-clip {
  opacity: 1;
}

.instagram-like-comment {
  background: rgba(255, 64, 95, 0.9) none repeat scroll 0 0;
  display: flex;
  justify-content: center;
  padding: 7px 0;
  position: absolute;
  top: -50px;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
}
.instagram-like-comment span{
    margin: 0 5px;
}
.instagram-like-comment span i {
  margin-right: 5px;
}
.htinsta-instragram ul li:hover .instagram-like-comment{
    top: 0;
}
.htinsta-instragram.htinsta-comment-middle ul li:hover .instagram-like-comment{
    top: 50%;
}
.htinsta-comment-middle .instagram-like-comment {
  top: 50%;
  transform: translateY(-50%);
}
.htinsta-comment-bottom .instagram-like-comment{
    top: auto;
    bottom: -50px;
}
.htinsta-instragram.htinsta-comment-bottom ul li:hover .instagram-like-comment{
    top: auto;
    bottom: 0;
}
.htinsta-instragram ul li .instagram-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

a.instagram_follow_btn {
  background: #f75876 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}
a.instagram_follow_btn.top {
  margin-bottom: 20px;
  margin-top: 0;
}
a.instagram_follow_btn.middle {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.htinsta-widgets a.instagram_follow_btn.middle{
    width: 80%;
}
a.instagram_follow_btn i {
  background: #e4405f none repeat scroll 0 0;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
}
a.instagram_follow_btn:hover,a.instagram_follow_btn:focus{
    color: #fff;
}
a.instagram_follow_btn span {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  padding: 0 16px;
}

.instagram-btn .zoom_icon {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  padding: 3px 10px;
}