header {
    width: 100%;
    /* min-height: 60vh; */
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1.7778;
}
.header_video {
    width: 100%;
}
.header_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    padding: 0px 5%;
}
.header_info_button {
    white-space: nowrap;
    border: none;
    border-radius: 5px;
    background-color: green;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}