.fd_video.fd_video--footer {
    position: fixed !important;
    top: auto !important;
    right: 15px !important;
    bottom: 15px !important;
    left: auto !important;
    display: block !important;
    width: 245px !important;
    height: 180px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    overflow: hidden;
    cursor: default !important;
    transform: none !important;
    z-index: 1000 !important;
}

/* Keep the floating video directly below the right-side back-to-top control. */

.fd_video.fd_video--footer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fd_video.fd_video--footer > img {
    top: 8px;
    right: 8px;
}

@media (max-width: 600px) {
    .fd_video.fd_video--footer {
        display: none !important;
    }
}
