@media (max-width: 767px) {
    /* .block-fullscreen-area {
        min-height: 100vh;
    } */

    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 275px;
    }

    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: 275px;
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        /* height: 100%; */
        margin: 0 auto;
        background-color: #FFFF00;
        padding: 22px 0 61px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        position: relative;
        margin: 0 auto;
    }
    
    /* .block-fullscreen-area .content_wrapper .content_inner.bottom {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        top: 130px;
    } */
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 50px;
        line-height: 60px;
        color: black;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        font-size: 25px;
        line-height: 35px;
        color: black;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: transparent;
        color: black;
        padding: 16px 40px;
        border-radius: 48px;
        border: 2px solid black;
        margin-top: 64px;
        font-size: 22px;
        font-weight: 500;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: relative;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
/* .block-fullscreen-area {
        min-height: 100vh;
    } */

    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 500px;
    }

    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: 500px;
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        /* height: 100%; */
        margin: 0 auto;
        background-color: #FFFF00;
        padding: 22px 0 61px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        position: relative;
        margin: 0 auto;
    }
    
    /* .block-fullscreen-area .content_wrapper .content_inner.bottom {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        top: 130px;
    } */
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 50px;
        line-height: 60px;
        color: black;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        font-size: 25px;
        line-height: 35px;
        color: black;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: transparent;
        color: black;
        padding: 16px 40px;
        border-radius: 48px;
        border: 2px solid black;
        margin-top: 64px;
        font-size: 22px;
        font-weight: 500;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: relative;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}

@media (min-width: 1081px) and (max-width: 1600px) {
    .block-fullscreen-area:not(:first-of-type),
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .home .block-fullscreen-area:not(:first-of-type),
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .block-fullscreen-area:first-of-type,
    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 110px);
    }

    .home .block-fullscreen-area:first-of-type,
    .home .block-fullscreen-area:first-of-type .background_wrapper,
    .home .block-fullscreen-area:first-of-type .background_wrapper video,
    .home .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .home .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 110px);
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        height: 100%;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        max-width: calc(100% / 12 * 7);
        position: absolute;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.bottom {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        top: 130px;
    }
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 96px;
        line-height: 106px;
        color: white;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        color: white;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: #FFFF00;
        color: black;
        padding: 20px 40px;
        border-radius: 48px;
        margin-top: 64px;
        font-size: 20px;
        font-weight: 500;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: absolute;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}

@media (min-width: 1601px) {
    .block-fullscreen-area:not(:first-of-type),
    .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .home .block-fullscreen-area:not(:first-of-type),
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper video,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .bg_img,
    .home .block-fullscreen-area:not(:first-of-type) .background_wrapper .fs_overlay {
        height: 100vh;
    }

    .block-fullscreen-area:first-of-type,
    .block-fullscreen-area:first-of-type .background_wrapper,
    .block-fullscreen-area:first-of-type .background_wrapper video,
    .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 110px);
    }

    .home .block-fullscreen-area:first-of-type,
    .home .block-fullscreen-area:first-of-type .background_wrapper,
    .home .block-fullscreen-area:first-of-type .background_wrapper video,
    .home .block-fullscreen-area:first-of-type .background_wrapper .bg_img,
    .home .block-fullscreen-area:first-of-type .background_wrapper .fs_overlay {
        height: calc(100vh - 110px);
    }

    .block-fullscreen-area .content_wrapper {
        position: relative;
        width: var(--theme-default-editor, var(--theme-block-width));
        max-width: var(--theme-default-editor, var(--theme-block-max-width));
        height: 100%;
        margin: 0 auto;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner {
        max-width: calc(100% / 12 * 5);
        position: absolute;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.bottom {
        bottom: 130px;
    }
    
    .block-fullscreen-area .content_wrapper .content_inner.top {
        top: 130px;
    }
    
    .block-fullscreen-area .content_wrapper h2 {
        font-size: 96px;
        line-height: 106px;
        color: white;
    }
    
    .block-fullscreen-area .content_wrapper h4 {
        color: white;
        margin-bottom: 64px;
    }
    
    .block-fullscreen-area .content_wrapper a {
        background-color: #FFFF00;
        color: black;
        padding: 20px 40px;
        border-radius: 48px;
        margin-top: 64px;
        font-size: 20px;
        font-weight: 500;
    }

    .block-fullscreen-area .background_wrapper {
        width: 100%;
        position: absolute;
        object-fit: cover;
        overflow: hidden !important;
        top: 0;
    }
}

.block-fullscreen-area {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden !important;
    position: relative;
}

.block-fullscreen-area .background_wrapper video {
    width: 100%;
    height: auto;
    overflow: hidden !important;
    object-fit: cover;
    position: sticky;
    top: 0;
}

.block-fullscreen-area .background_wrapper img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    position: sticky;
    z-index: 0;
}

.block-fullscreen-area .background_wrapper .fs_overlay {
    width: 100%;
    background-color: #202020;
    position: absolute;
    top: 0;
}

.block-fullscreen-area .white-frame {
    height: 100vh;
    width: 100%;
    position: fixed;
}

.block-fullscreen-area a svg {
    width: 14px;
    margin-left: 10px;
}