
.cbxinstaphotoswrap {
    text-align: center;
}

.cbxinstaclear{
    clear: both;
}


/* default layout start */

.cbxinstaphotos-default .inta-single figure {
    width: 31.33%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0;
    margin-bottom: 24px;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}
.cbxinstaphotos-default .inta-single figure img{
    width: 100%;
}
.cbxinstaphotos-default .inta-single figure figcaption {
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: -4px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cbxinstaphotos-default .inta-single figure figcaption .cbx-hover-link {
    display: table;
    height: 100%;
    width: 100%;
}
.cbxinstaphotos-default .inta-single figure figcaption .cbx-hover-link .cbx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.cbxinstaphotos-default  .inta-single figure figcaption .cbx-hover-link .cbx-vertical .action {
    margin: 0 10px;
    color: #fff;
    font-weight: 700;
}
.cbxinstaphotos-default  .inta-single figure figcaption .cbx-hover-link .cbx-vertical .action i {
    position: relative;
    top: 4px;
}
.cbxinstaphotos-default  .inta-single figure figcaption .cbx-hover-link .cbx-vertical .action .fa-heart {
    background: url('../img/heart.png') 0 1px;
    height: 20px;
    width: 22px;
    display: inline-block;
}
.cbxinstaphotos-default  .inta-single figure figcaption .cbx-hover-link .cbx-vertical .action .fa-comment {
    background: url('../img/commentt.png') 0 1px;
    height: 20px;
    width: 22px;
    display: inline-block;
}
.cbxinstaphotos-default  .inta-single:hover figure figcaption {
    opacity: 1;
}
/*Isntagram Responsive*/
/************** 991 GLOBAl USE***********/
@media (max-width: 991px) {
    .cbxinstaphotos-default  .inta-single figure {
        margin: 0 1% 16px;
    }
}
/************** 767 GLOBAl USE***********/
@media (max-width: 767px) {
    /************** 767 GLOBAl USE***********/
    .cbxinstaphotos-default  .inta-single figure {
        margin: 0 1% 6px;
    }
}
/*767 END*/
/************** 480 GLOBAl USE***********/
@media (max-width: 480px) {
    .cbxinstaphotos-default  .inta-single figure {
        margin: 0 1% 2px;
    }
    .cbxinstaphotos-default  .inta-single figure figcaption .cbx-hover-link .cbx-vertical .action {
        display: block;
    }
}

/* default layout end */