.instagram-wrap {
    background: #000000;
}
 
.instagram-content h4 {
        text-transform: uppercase;
        letter-spacing: 0.5em;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 20px 0px;
        color: #F00;
    }

.instagram-content .photo-box {
        margin: 0px 0px 30px 0px;
}

.instagram-content .photo-box .image-wrap {
        margin: 0px 0px 0px 0px;
}

.instagram-content .photo-box .image-wrap img {
  width: 100%;
}

.instagram-content .photo-box .image-wrap .likes {
       position: absolute;
       bottom: 105px;
       left: 15px;
       padding: 5px;
       background: #000;
       background: rgba(#000, 0.4);
       color: #FFF;
}

.instagram-content .photo-box .description {
            font-size: 12px;
            background: #FFF;
            color: #AAA;
            letter-spacing: 1px;
            padding: 5px;
            height: 75px;
            overflow: hidden;
            white-space: wrap;
            text-overflow: ellipsis;
}