  .block-juicerio .featured-container-heading {
    color: #000 !important;
    margin-bottom: 20px
}
.juicer-feed .referral {
    display: none !important;
}
.juicer-feed.modern li.feed-item {
    border-width: 1px !important;
}
.j-poster > a {
    width: 100%;
}
.juicer-feed.modern li.feed-item .j-text {
    display: none;
}
.j-poster h3 {
    margin-left: 60px !important
}
.j-image {
    margin-top: -5px;
    z-index: 1;
}
/* .j-message {
    height: 100px;
    overflow: scroll;
} */
.j-instagram .j-poster > a:before{
    content: "\F110";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #000;
    color: #FFF;
    z-index: 2;
    top: 0;
    left: 0;
}

.j-youtube .j-poster > a:before {
    content: "\F115";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #000;
    color: #FFF;
    z-index: 2;
    top: 0;
    left: 0;
}
.juicer-feed .j-paginate {
    border: 2px solid #000;
    color: #fff;
    background: #000;
    border-radius: 0;
    font-family: "Karla", sans-serif;
    font-size: calc(14px + 4 * (100vw - 320px) / 2080);
}
.juicer-feed .j-paginate:hover {
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease 0s;
}
/* .juicer-feed.modern li.feed-item:first-of-type {
    -ms-grid-row-align: start;
    align-self: start;
    text-decoration: none;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
@media (min-width: 992px) {
    .juicer-feed.modern li.feed-item:first-of-type{
        grid-column: auto;
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        grid-row: 1 / 5;
    }
}
.j-stack.galcolumn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "main-content";
    grid-gap: 0 60px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "left-col right-col";
    grid-gap: 30px;
    margin: 0 -35px;
    padding: 60px 35px;
    background: #2D2B6E;
} */