@media(max-width: 400px) {
    #header.is-sticky #tv,
    #header #tv {
        right: -200px !important;
        bottom: 4rem !important;
        top: auto !important;
        position: fixed !important;
    }
    .redirects {
        right: -200px !important;
        bottom: 4rem !important;
        top: auto !important;
        position: fixed !important;
    }
    body.noscroll .redirects {
        right: 6rem !important;
        top: auto !important;
    }
    body.noscroll #header.is-sticky #tv,
    body.noscroll #header #tv {
        right: 2rem !important;
        top: auto !important;
    }
}