.emlid-flow-hero-full {
    width: 100%;
    min-height: 80vh;
    font-family: 'Inter', sans-serif;
    background: url('../images/842eb5be0f1ce149e160948b41afa5c161107304.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.emlid-flow-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    gap: 30px;
}

.emlid-flow-text-box {
    flex: 1;
}

.emlid-flow-hero-title {
    font-family: Inter;
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
    padding-bottom: 60px;
}

.emlid-flow-thin {
    font-weight: 400;
    color: white;
}

.emlid-flow-video-box {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.emlid-flow-floating-video {
    width: 320px;
    aspect-ratio: 9 / 16;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.emlid-flow-floating-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 699px) {
    .emlid-flow-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }


    .emlid-flow-floating-video {
        width: 280px;
    }


}


@media (max-width: 1231px) {
    .emlid-flow-hero-title {
        line-height: 54px;
        font-size: 46px;
    }
}

@media (min-width: 1066px) and (max-width: 1230px) {
    .emlid-flow-hero-title {
        line-height: 51px;
        font-size: 43px;
    }
}

@media (min-width: 964px) and (max-width: 1065px) {
    .emlid-flow-hero-title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (min-width: 887px) and (max-width: 963px) {
    .emlid-flow-hero-title {
        font-size: 39px;
        line-height: 46px;
    }
}

@media (min-width: 849px) and (max-width: 886px) {
    .emlid-flow-hero-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (min-width: 830px) and (max-width: 848px) {
    .emlid-flow-hero-title {
        font-size: 37px;
        line-height: 44px;
    }
}

@media (min-width: 810px) and (max-width: 829px) {
    .emlid-flow-hero-title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media (min-width: 791px) and (max-width: 809px) {
    .emlid-flow-hero-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (min-width: 430px) and (max-width: 790px) {
    .emlid-flow-hero-title {
        font-size: 34px;
        line-height: 41px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    .emlid-flow-hero-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

@media (min-width: 409px) and (max-width: 413px) {
    .emlid-flow-hero-title {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (min-width: 375px) and (max-width: 408px) {
    .emlid-flow-hero-title {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (min-width: 369px) and (max-width: 374px) {
    .emlid-flow-hero-title {
        font-size: 31px;
        line-height: 40px;
    }
}

@media (max-width: 368px) {
    .emlid-flow-hero-title {
        font-size: 30px;
        line-height: 39px;
    }
}

@media (max-width: 699px) {
    .emlid-flow-content-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 409px) {
    .emlid-flow-content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .emlid-flow-content-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .emlid-flow-content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}