#asns-hero-1-title-textblock-single-button-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: calc( 100vh - 175px ); /* 95vh; */
}

.asns-hero-1-title-textblock-single-button-container {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

.asns-hero-1-title-textblock-single-button-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.asns-hero-1-title-textblock-single-button-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#asns-hero-1-title-textblock-single-button-wrapper .background-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#asns-hero-1-title-textblock-single-button-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.asns-hero-1-title-textblock-single-button-content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.asns-hero-1-title-textblock-single-button-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    padding-right: 8.333334%;
}

#asns-hero-1-title-textblock-single-button-textblock-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 50%;
    padding-right: 4%;
    padding-bottom: 140px;
}

.asns-hero-1-title-textblock-single-button-textblock-container {
    position: relative;
    font-family: var(--font-family-metropolis-regular);
    font-size: var(--font-size-22);
    background-color: #FFFFFF;
    padding: 70px;
    border-radius: 30px;
}

#asns-hero-1-title-textblock-single-button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.asns-hero-1-title-textblock-single-button-textblock-button-container {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.asns-hero-1-title-textblock-single-button-textblock-button {
    font-family: var(--font-family-metropolis-semi-bold);
    font-size: var(--font-size-24);
    font-weight: 500;
    color: var(--font-color-white);
    height: 70px;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    background-color: var(--button-color);
    transition: background-color .3s ease;
}

.asns-hero-1-title-textblock-single-button-textblock-button:hover {
    text-decoration: none;
    background-color: var(--button-hover-color);
    transition: background-color .3s ease;
}




/* ---- Mobiel ---- */
@media (max-width: 767px) {
    #asns-hero-1-title-textblock-single-button-wrapper {
        position: relative;
        aspect-ratio: 9 / 16;
        width: 100%;
        max-height: inherit
    }

    #asns-hero-1-title-textblock-single-button-wrapper .background-video {
        aspect-ratio: 9 / 16;
        object-fit: cover;
    }

    #asns-hero-1-title-textblock-single-button-content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .asns-hero-1-title-textblock-single-button-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 70%;
        padding-right: 0;
    }

    #asns-hero-1-title-textblock-single-button-textblock-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex: 0 0 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 0;
    }

    .asns-hero-1-title-textblock-single-button-textblock-container {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        font-family: var(--font-family-metropolis-regular);
        font-size: var(--font-size-22);
        background-color: #FFFFFF;
        padding: 35px;
        margin-top: -70px;
        border-radius: 30px;
    }

    .asns-hero-1-title-textblock-single-button-textblock-button-container {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    .asns-hero-1-title-textblock-single-button-textblock-button {
        font-size: var(--font-size-20);
        height: 70px;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        background-color: var(--button-color);
        transition: background-color .3s ease;
    }
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #asns-hero-1-title-textblock-single-button-wrapper {
        position: relative;
        aspect-ratio: 4 / 3;
        width: 100%;
        max-height: inherit
    }

    #asns-hero-1-title-textblock-single-button-wrapper .background-video {
        aspect-ratio: 9 / 16;
        object-fit: cover;
    }

    #asns-hero-1-title-textblock-single-button-content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .asns-hero-1-title-textblock-single-button-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 70%;
        padding-right: 0;
    }

    #asns-hero-1-title-textblock-single-button-textblock-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex: 0 0 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 0;
    }

    .asns-hero-1-title-textblock-single-button-textblock-container {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        font-family: var(--font-family-metropolis-regular);
        font-size: var(--font-size-22);
        background-color: #FFFFFF;
        padding: 35px;
        margin-top: -70px;
        border-radius: 30px;
    }

    .asns-hero-1-title-textblock-single-button-textblock-button-container {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    .asns-hero-1-title-textblock-single-button-textblock-button {
        font-size: var(--font-size-20);
        height: 70px;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        background-color: var(--button-color);
        transition: background-color .3s ease;
    }
}


/* ---- TABLET - LANDSCAPE ---- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    #asns-hero-1-title-textblock-single-button-textblock-wrapper {
        padding-bottom: 70px;
    }

    .asns-hero-1-title-textblock-single-button-textblock-container {
        padding: 50px;
    }
}