.training-video-launcher {
    position: fixed;
    right: 1rem;
    top: 8rem;
    z-index: 40;
}

.training-video-launcher [data-training-video-menu] {
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
}

@media (max-width: 640px) {
    .training-video-launcher {
        right: 0.75rem;
        top: 6rem;
    }
}
