.instafeed{
  text-align: center;
}
.instafeed img{
  max-width: 5em!important;
}
.insta_feed{
    text-align: center;
    line-height: 0px;
}
.instagram .post{
    overflow: hidden;
    display: inline-block;
    margin:2px;
    position: relative;
}
.instagram .post .thumb{
    width:100%;
    height:100%;
}
.instagram .post .thumb img{
    max-width: none;
}
.instagram .post .thumb .video{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 15px;
}
.instagram .post:hover .thumb .video{
    display: none;
}
.instagram .post .likes{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#FFF;
    display: none;
    padding-right:20px;
    background-image: url(../images/heart.png);
    background-repeat: no-repeat;
    background-position: 65px center;
    background-size: 20px;
}
.instagram .post:hover .likes{
    display: block;
}
.instagram .post .caption{
    display: none;
}
.clear{
    clear: both;
}
