.single-post h4.cat-title,
.single-post .date {
 display: none;
}
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_playbtn,
.cd-insta .sbi_comments,
.cd-insta .fa-clone {
 display: none!important;
}

 #sb_instagram #sbi_images .sbi_item {
position: relative;
}

.sbi_info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    pointer-events: none;
z-index: 10;
opacity: 0;

}

.sbi_type_image:hover .sbi_photo_wrap:before {
opacity: 0.65;
}

#sb_instagram .sbi_photo_wrap:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: black;
opacity: 0;
transition: all 0.2s ease-out;
z-index: 9;
    pointer-events: none;

}

#sb_instagram .sbi_meta span {
color: white;
}

.sbi_photo_wrap:hover + .sbi_info {
opacity: 1!important;
}

.sbi_photo_wrap:hover:before {
opacity: 0.7!important;
} 

.sbi_photo_wrap:hover  .sbi_photo {
transform: scale(1)!important;
}

#sb_instagram .sbi_meta span {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sb_instagram svg:not(:root).svg-inline--fa {
width: 100%;
margin-bottom: 10px;
}