@media (max-width: 767px) {
    /* Keep the video teaser on the same bottom line as Context Support Chat. */
    .spg-video-widget.spg-video-widget {
        z-index: 10005;
        bottom: max(80px, calc(env(safe-area-inset-bottom) + 68px));
    }

    .spg-video-widget .spg-video-widget__panel {
        bottom: 0;
    }
}