.desktop-hero-Image {
    height: 100%;
    min-height: 380px;
    width: 100%;
    -webkit-mask-size: cover;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: bottom;
    object-fit: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('/images/Lonpac/HeroBanner_Mask.svg');
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.LP_BannerHome .hero-image-wrapper {
    min-height: calc(100vh - 180px);
}*/

/*.LP_BannerHome .hero-image-wrapper .desktop-hero-Image {
    min-height: calc(100vh - 180px);
}*/

    .LP_BannerHome .hero-image-wrapper .desktop-hero-Image .buttonWrapper {
        max-width: 1070px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .LP_BannerHome .hero-image-wrapper .desktop-hero-Image .buttonWrapper a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 220px;
            flex: 0 0 220px;
            margin: 10px;
        }

        .LP_BannerHome .hero-image-wrapper .desktop-hero-Image .buttonWrapper .buttonSelect {
            /*width: 200px;
            height: 200px;*/
            margin: 0 auto;
        }

            .LP_BannerHome .hero-image-wrapper .desktop-hero-Image .buttonWrapper .buttonSelect img {
                width: 100%;
            }


.heroText {
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    color: #ffffff;
    /*margin-top: 10vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -60px
}

    .heroText .heroTitle {
        font-size: 64px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .heroText .heroSubtitle {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 32px;
    }

.buttonWrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

    .buttonWrapper .buttonSelect {
        width: 250px;
        height: 250px;
        /*background: #ffffff;
        border-radius: 200px;
        box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
        cursor: pointer;
    }

    .buttonWrapper.two-icons {
        padding: 0 92px;
    }

@media screen and (max-width: 450px) {
    

    .heroText {
        /*position: absolute;*/
        width: 100%;
        text-align: center;
        color: #ffffff;
        /*margin-top: 5vh;*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .heroText .heroTitle {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 0;
        }

        .heroText .heroSubtitle {
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 32px;
        }

    .buttonWrapper {
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }
        .buttonWrapper.two-icons {
            padding: 0;
        }
        .buttonWrapper .buttonSelect {
            width: 220px;
            height: 220px;
            cursor: pointer;
        }

            .buttonWrapper .buttonSelect img {
                width: 220px;
                height: 220px;
            }

  
}

@media screen and (min-width: 451px) and (max-width: 900px) {


    .buttonWrapper {
        width: 100%;
        max-width: 800px;
        padding: 0 32px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-flow: row wrap;
    }


        .buttonWrapper .buttonSelect {
            width: 220px;
            height: 220px;
            cursor: pointer;
        }

            .buttonWrapper .buttonSelect img {
                width: 220px;
                height: 220px;
            }

   
}

@media only screen and (max-width: 480px) {
    .SFX_Font44 {
        5vw;
    }

    .SFX_Font22 {
        4vw;
    }
}


