#HeroImage {
    width: 100%;
    height: 80vw;
    background: url('/static/seller/images/FirstPageFon.jpg');
    background-size: 100% 100%;
}

#HeroImageText {
    position: absolute;
    text-align: center;
    margin-top: 26vw;
    width: 100%;
    line-height: 0.5;
}

#HeroImageText div {
    display: flex;
    justify-content: center;
}

#HeroImageText h1 {
    font-family: "Montserrat", serif;
    font-size: 3vw;
    color: white;
    font-weight: 200;
    letter-spacing: 0.4vw;

}

#HeroImageText h2 {
    font-family: 'IvyPresto Display';
    position: relative;
    top: -2vw;
    font-size: 8vw;
    width: auto;
    color: white;
    font-weight: 100;
    letter-spacing: 0.4vw;
    display: flex;
    line-height: 1.2;
}

#HeroImageText h3 {
    font-family: "Montserrat", serif;
    letter-spacing: 0.1vw;
    font-size: 1.5vw;
    color: rgb(219, 237, 51);
    line-height: 1.7;
    font-weight: 200;
    width: 40vw;
    margin-top: 2vw;
}

#HeroImageText .CircleCorners {
    width: 33vw;
    height: 3.8vw;
    border-radius: 10vw;
    border: 0.1vw solid white;
    margin-top: 2vw;
    top: 1vw;
    align-items: center;
    transition: transform 0.5s ease, background-color 0.25s ease;
}

#HeroImageText .CircleCorners h4 {
    font-family: "Montserrat", serif;
    font-size: 1.8vw;
    color: white;
    font-weight: 200;
    letter-spacing: 0.1vw;
}

#HeroImageText .ArrowDown {
    background: url('/static/seller/images/ArrowDown.png');
    background-size: 100% 100%;
    width: 2vw;
    height: 4vw;
    margin-top: 4vw;
}

@media (max-width: 767px) {
    #HeroImage {
        width: 100%;
        height: 100vw;
        background: url('/static/seller/images/FirstPageFonPhone.jpg');
        background-size: 100% 100%;
    }

    #HeroImageText h1 {
        font-size: 3.2vw;
    }

    #HeroImageText h2 {
        font-size: 9vw;
        font-weight: 400;
    }

    #HeroImageText {
        margin-top: 42vw;
    }

    #HeroImageText h3 {
        font-size: 1.8vw;
        width: 45vw;
        margin-top: 0;
    }

    #HeroImageText .CircleCorners h4 {
        font-size: 2.3vw;
    }

    #HeroImageText .CircleCorners {
        width: 46vw;
        height: 5vw;
    }

    #HeroImageText .ArrowDown {
        width: 2vw;
        height: 5vw;
    }

    #HeroImageText #fromOwner {
        margin-bottom: 6vw;
    }
}