.poly_insta {

}

.poly_insta-item {
    position: relative;
    float: left;
}

.poly_insta-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.poly_insta-item .poly_insta-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.5s ease;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
}

.poly_insta-iteminfo {
    margin-top: calc(50% - 9px);
    line-height: 18px;
    text-align: center;

}

.poly_insta-iteminfo span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 .25em;
}

.pos-rb {
    position: absolute;
    right: 2px;
    bottom: 4px;
}

.poly_insta-item:hover .poly_insta-overlay {
    display: block;
    opacity: 1;
}

.poly_insta-item img,
.poly_insta-item video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* Icomoon Font */

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?cghqya');
    src:  url('../fonts/icomoon.eot?cghqya#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cghqya') format('truetype'),
    url('../fonts/icomoon.woff?cghqya') format('woff'),
    url('../fonts/icomoon.svg?cghqya#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.poly_insta [class^="icon-"],
.poly_insta [class*=" icon-"],
.poly_insta [class^="icon-"]:before,
.poly_insta [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.poly_insta .icon-bubble:before {
    content: "\e96b";
}
.poly_insta .icon-heart:before {
    content: "\e9da";
}
.poly_insta .icon-instagram:before {
    content: "\ea92";
}