.ova-audio-host .info .sub-title {
    display: inline-block;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: var(--e-global-typography-fb190fa-font-size);
    line-height: 1.2;
    color: var(--primary);
    position: relative;
    z-index: 10;
}

.item-audio-host:hover .img a img {
    transform: translateY(-10px);
}

.item-audio-guest .img {
    background: transparent !important;
}

.item-audio-guest:hover .img img {
    transform: none !important;
}