.hero-banner {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    max-width: 50%;
}

.video-container {
    max-width: 45%;
    position: relative;
}

video {
    width: 100%;
    height: auto;
}
