@import url('https://fonts.googleapis.com/css2?family=Workbench&display=swap');

html,
body {
    margin: 0;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vh20 {
    height: 20vh;
}

.vh30 {
    height: 30vh;
}

.vh50 {
    height: 50vh;
}

.overlay,
.logo {
    position: absolute;
    z-index: 1;
}

.overlay {
    top: 20px;
    left: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffa0;
    font-size: 5rem;
    font-weight: bold;
    text-shadow: 22 0 0 5px rgba(0, 0, 0, 0.8), 23 0 0 10px rgba(0, 0, 0, 0.8);

}

.logo {
    top: 20px;
    right: 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 1.5rem;
}


.workbench-400 {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}