/* About story media: keep the user-controlled motion action clear of the brand watermark. */
html.white-apple-theme body.page-about .story-image .video-motion-toggle {
    top: 14px !important;
    right: 14px !important;
    bottom: auto !important;
    z-index: 5 !important;
}

@media (max-width: 768px) {
    html.white-apple-theme body.page-about .story-image .video-motion-toggle {
        top: 10px !important;
        right: 10px !important;
    }
}
