/***************************
Add your custom styles below
****************************/

.homepage-video {
    padding: 190px 0 100px;
    color: #fff;
    align-items: center;
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    flex-direction: column;
}

.homepage-video iframe {
    width: 100vw;
    height: 56.25vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100vh;
    min-width: 177.77vh;
    z-index: -1;
}