﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Avenir-Medium, Arial, sans-serif;
}

.sumersby_module03_container_image_wrapper {
    height: auto;
    width: 100%;
    position: relative;
}

    .sumersby_module03_container_image_wrapper img {
        object-fit: cover;
    }




.sumersby_module03_container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffdee;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
}

.sumersby_module03_content {
    flex: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.sumersby_module03_logoImg {
    height: auto;
    width: 15vw;
    padding-bottom: 1rem;
}

.sumersby_module03_heading h1 {
    font-size: 4em;
    text-transform: uppercase;
    padding-bottom: 1rem;
    text-align: center;
    font-family: SomersBy-heading, Helvetica, Arial, sans-serif;
}

.sumersby_module03_text {
    font-size: 1.1vw;
    font-family: Avenir-Medium, Arial, sans-serif;
    /*font-weight: bold;*/
    /*color: #cfc7a9;*/
}

.sumersby_module03_img_container {
    flex: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sumersby_module03_glass_bottal_img {
    width: auto;
    height: 90%;
}


@media only screen and (min-width: 1920px) {
    .sumersby_module03_heading {
        font-size: 2rem;
    }

    .sumersby_module03_text {
        font-size: 1.3vw;
    }
}


@media only screen and (max-width: 1024px) {
    .sumersby_module03_container {
        flex-direction: column;
        background-size: cover;
        height: calc(1.5* 200vw);
    }

    .sumersby_module03_heading {
        font-size: 2vw;
        text-align: center;
    }

    .sumersby_module03_text {
        font-size: 2.4vw;
    }

    .sumersby_module03_logoImg {
        height: 30vw;
        width: auto;
    }

    .sumersby_module03_img_container {
        height: 50%;
    }


    .sumersby_module03_container_image_wrapper {
        height: 100vh;
    }

        .sumersby_module03_container_image_wrapper img {
            object-fit: cover;
        }

    .sumersby_module03_content {
        padding: 0;
    }
}



@media only screen and (max-width:767px) {
    .sumersby_module03_container {
        flex-direction: column;
        height: calc(1.5* 200vw);
    }

    .sumersby_module03_content {
        justify-content: center;
        padding: 0;
    }

    .sumersby_module03_heading {
        font-size: 2vw;
        text-align: center;
    }

    .sumersby_module03_text {
        font-size: 2.4vw;
    }

    .sumersby_module03_logoImg {
        height: 40vw;
        width: auto;
    }

    .sumersby_module03_img_container {
        height: 50%;
    }



    .sumersby_module03_container_image_wrapper {
        height: 70vh;
    }

        .sumersby_module03_container_image_wrapper img {
            object-fit: cover;
        }
}
