.tv-ticker-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background: transparent;
    direction: ltr;
}
.tv-ticker-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 27px;
    background: transparent;
    z-index: 10;
}
.tv-ticker-blocker {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: transparent;
    pointer-events: all;
    cursor: default;
}
.tv-ticker-overlay {
    position: absolute;
    right: 2px;
    top: 8px;
    z-index: 20;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 0;
}
.tv-ticker-overlay img {
    height: 32px;
    width: auto;
    display: block;
}
@media (max-width: 767px) {
    .tv-ticker-wrapper {
        margin-top: 0;
    }
}
