.ht-hidden-vars{
    display:none !important;
}
.insta-wrapper {
    display: block;
    clear: both;
    margin: 35px 0;
}
.insta-wrapper .insta-title {
    display: block;
    margin-bottom: 25px;
    clear: both;
}
.insta-wrapper .insta-title > strong {
    font-weight: 600;
    display: block;
    font-size: 24px;
    line-height: 1.4;
}
.insta-wrapper .insta-title > strong.pad-right {
    padding-right: 170px;
}
.insta-wrapper .item-row {
    margin-left: -10px;
    margin-right: -10px;
}
.insta-wrapper .insta-gallery {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.insta-wrapper .insta-gallery .item {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.insta-wrapper .insta-gallery .item > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.insta-wrapper .insta-gallery .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.insta-wrapper .insta-gallery .item > a > .hover-likes {
    position: absolute;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    bottom: -25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.insta-wrapper .insta-gallery .item > a:hover > .hover-likes {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}
.insta-wrapper.insta-slider .insta-gallery .item {
    margin-bottom: 0;
    width: auto;
    display: block;
    font-size: 14px;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-pagination {
    margin-top: 15px;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons {
    position: absolute;
    top: -58px;
    right: 10px;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div {
    color: #ffffff;
    padding: 6px 15px;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #333333;
    opacity: 1;
    margin-right: 0;
    margin-left: 10px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div:hover {
    background: #666666;
}
@media (max-width: 991px) {
    .insta-wrapper .insta-gallery .item {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .insta-wrapper .insta-gallery .item {
        width: 25%;
    }
}
@media (max-width: 639px) {
    .insta-wrapper .insta-gallery .item {
        width: 33.3333%;
    }
}
@media (max-width: 479px) {
    .insta-wrapper .insta-gallery .item {
        width: 50%;
    }
    .insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons > div {
        padding: 3px 8px;
        font-size: 11px;
        margin-left: 5px;
    }
    .insta-wrapper.insta-slider .insta-gallery .owl-controls .owl-buttons {
        top: -51px;
    }
    .insta-wrapper .insta-title > strong {
        font-size: 18px;
    }
    .insta-wrapper .insta-title > strong.pad-right {
        padding-right: 120px;
    }
}