.fourth-section-landing {
    min-height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.video-container {
    width: 100%;
    max-width: 75%;
    height: auto;
    border-radius: 25px;
}

.video-container-mobile {
    width: 100%;
    max-width: 100%;
    height: 160%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1220px) {
    .fourth-section-landing {
        min-height: 100vh;
    }

    .video-container {
        width: 100%;
        max-width: 90%;
    }
}

@media (max-width: 500px) {
    .fourth-section-landing {
        min-height: 50vh;
        margin-bottom: 10vh;
    }

}
