section.hero-section {
    min-height: 100vh;
} section.hero-section div.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} section.hero-section div.video-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
} section.hero-section div.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-nio {
    color: var(--ztc-text-text-11);
}