.text-overlay-container {
    position: relative;
}

.text-overlay-container img {
    display: block;
}

.text-overlay-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
