/* Explicitly slower motion for the two cold/warm glazing illustrations. */
html body .cold-warm .img > img.vo-cold-warm-photo {
    transition: transform 2.6s cubic-bezier(.22, 1, .36, 1) !important;
}

@media (prefers-reduced-motion: reduce) {
    html body .cold-warm .img > img.vo-cold-warm-photo {
        transition: none !important;
    }
}
