.homepage_banner .text_box {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 60px;
    z-index: 2;
}
.homepage_banner .text_box .homepage_banner_button {
    margin-top: 45px;
}
.homepage_banner .image_section.image-16by9 {
    padding-bottom: 48%;
}

.homepage_banner .mobile_image {
    display: none;
}

@media(max-width: 1599.98px) {
    .homepage_banner .text_box {
        width: 60%;
    }
    .homepage_banner .text_box {
        padding: 40px;
    }
}

@media(max-width: 1199.98px) {
    .homepage_banner .text_box {
        width: 75%;
    }
    .homepage_banner .image_section.image-16by9 {
        padding-bottom: 75%;
    }

    .homepage_banner .image_section.image-16by9 img {
        object-position: 70% center;
    }
}

@media(max-width: 991.98px) {
    .homepage_banner .text_box {
        width: 100%;
        position: relative;
    }

    .homepage_banner .image_section .desktop_image {
        display: none;
    }


    .homepage_banner .image_section.image-16by9 {
        padding-bottom: unset;
    }

    .homepage_banner .image_section .mobile_image {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-top: unset;
    }


}

@media(max-width: 575.98px) {
    .homepage_banner .text_box {
        padding: 30px;
    }
}


.homepage_banner:has(+ .crosslink-text-based) {
    margin-bottom: 60px;
}