.largedisplaylimit{
	background: none
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	  max-width: 2560px;
		max-height: var(--fullheight-header);
    overflow: hidden;
    z-index: -1; 
		margin: 0 auto;
}

.video-foreground {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.78vh; /* 9:16 ratio */
    transform: translate(-50%, -50%);
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 20%;
    /*
 		background: rgba(244, 82, 77, 0.3); 
 		*/
}  


.fullheight-header{ 
}