.header__background--video {
    overflow: hidden;
}

.header__video {
	display: block;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0%);
    object-fit: cover;
}
