.backgroundimage-container {
    background-image: url(/gfx/startscreen.jpg);
	top: 0;
    height: 100vh !important;
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    Background-repeat: no-repeat;
}
.logo {
	max-width: 250px;
	max-height: auto;
}
video {
  width: 100%;
  height: auto;
}
/* Ensure the iframe takes the full width of its parent container */
    .iframe-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* This is 16:9 aspect ratio (9 / 16 * 100) */
    }
    .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }