/* Replace .wp-custom-header video with your video's CSS class */
.wp-custom-header video {
    max-width: 100% !important;
    width: 80% !important;
    height: 80% !important;
    margin: 0 auto;
		align-items: center !important;
}
.wp-custom-header > img, .wp-custom-header #wp-custom-header-video {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    width: 65%;
    height: 65%;
}
.site-content { padding-top: 160px !important; }