#video, #video .video-home, #video .video-branding {
    width: 100%;
    height: 100%;
}
#video .video-home {
    background-image: url(https://shopifyfile.oss-us-west-1.aliyuncs.com/attached/fileconvert/202208/7229899949473792.webp);
    background-size: 100% 100%;
}
#video .video-home.video-home-cn {
    background-image: url(https://shopifyfile.oss-accelerate.aliyuncs.com/attached/eprolo/image/eprolo.jpg);
}
#video .video-branding {
    background-image: url('/img/branding-cover-1.jpg');
    background-size: 100% 100%;
}
#video .video-hover {
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
#video .video-hover:hover {
    background-color: rgba(0,0,0,0.6);
}
#video .video-hover img, #video .video-hover svg {
    width: 9.4rem;
    height: 9.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}