.text-element-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(var(--primary-color-rgb), 0.9);
    padding: 14px 6px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
