.ts_info_container {
width: 100%;
display: flex;
position: absolute;
bottom: 0;
}
.elementor-widget-image figure{
    position: relative;
    display: inline-block;
}
.custom-button,.customButton {
    position: relative;
    /* top: 65%; */
    /* right: 10px; */
    margin-right: auto;
    text-align: center;
    /* line-height: 18px; */
    padding: 10px;
    background: rgba(21, 24, 36, 0.50);
    color: white;
    /* font-size: 18px; */
    cursor: pointer;
    backdrop-filter: blur(7.5px);
    align-items: center;
    display: flex;
    justify-content: center;
}
.custom-button.img,.customButton.img {
    
}
.custom-button svg,.customButton svg{
    fill:#fff;
}
.customMessage,.caption-image {
    display: none;
    position: relative;
    padding: 12px;
    z-index: 1000;
}
.customMessage.visible{
    display: block;
    flex-grow:1;
}