.decor-instagram {
    position: relative;
    height: 100%;
    overflow: hidden;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
}
.decor-instagram .entry-container {
    position: relative;
    /* margin-left: -14px; */
    /* margin-bottom: -14px; */
}
.decor-instagram .entry {
    margin-bottom: 14px;
    width: 192px;
    float: left;
    margin-left: 14px;
    border-radius: 10px;
}
.decor-instagram .image-holder {
    position: relative;
    height: 192px;
    overflow: hidden;
}

.decor-instagram .image-holder .img-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    color: #FFF;
    padding: 10px;
    opacity:0;
    display:block;
    transition-property: opacity;
    transition-duration: 0.5s;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;

}
.decor-instagram .image-holder .img-info.l {
    cursor: pointer;
}
.decor-instagram .image-holder .comments-holder {
    padding-bottom: 10px;
}
.decor-instagram .image-holder .comments-holder div {
    color: white;
    padding-top: 10px;
}
.decor-instagram .image-holder .comments-holder a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.decor-instagram .image-holder .comments-holder a:hover {
    text-decoration: underline;
}
.decor-instagram .image-holder:hover .img-info {
    opacity:0.8;
}
.decor-instagram .image-holder .caption {
    margin-bottom: 5px;
    max-height: 100px;
    overflow: hidden;
}
.decor-instagram .image-holder .likes,
.decor-instagram .image-holder .comments {
    display: inline-block;
    padding-left: 20px;
    line-height: 14px;
    background-image: url(show24d6c63f3befc5fd87f03cea95671f87.png);
    background-position: left -507px;
    background-repeat: no-repeat;
    margin:5px 0;
}
.decor-instagram .image-holder .comments {
    margin-left: 10px;
    background-image: url(show24d6c63f3befc5fd87f03cea95671f87.png);
    background-position: left -521px;
    background-repeat: no-repeat;
}
.decor-instagram .image-holder .author {
    display: block;
    float: right;
    height: 24px;
}
.decor-instagram .image-holder .author img {
    width: 24px;
    height: 24px;
}
.decor-instagram .image-holder img {
    width: 100%;
    height: auto;
}
.decor-instagram .image-holder a {
    display: block;
}
.decor-instagram .video-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-image: url(video_icon2.png);
}
.decor-instagram div, .decor-instagram span {
    color: white;
}
