    
    .single_image_before {
        display: block;
        height: auto;
        max-height: fit-content;
        position: relative;
        top: 100px;
    }
    .img_hover_bg_title {
        top: -131px;
        position: relative;
        background: #3a332a;
        opacity: .5;
        width: fit-content;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 2;
        word-break: break-word;
        -ms-word-wrap: break-word;
    word-wrap: break-word;
    }
    .single_img_hover_title {
        color: white;
        position: relative;
        word-break: break-word;
        -ms-word-wrap: break-word;
    word-wrap: break-word;
    }
    