.creator-syndicate-name-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    z-index: 2;
    height: 100%;
    border-radius: 14px
}

.creator-syndicate-name-overlay__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 999;
    font-size: 14px;
    font-weight: 800
}

.ottera-row-style--slider .ottera--row--item:not(.is-selected) .creator-syndicate-name-overlay {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}