@media screen and (max-width: 550px){
    .header-text-logotitle {
        font-size: 8.5vw;
    }    
    .header-text-logotext {
        font-size: 1.5vh;
        margin-top: -0.2vh;
        letter-spacing: 0.6vh;
    }
    .section-configurator-top {
        padding-top: 100px;
    }
    .steps-wrapper {
        margin-top: -10vh;
    }
    .section-steps-element {
        height: 88vh;
        padding-top: 0vh;
    }
    .steps-flex-right {
        margin-bottom: -12vh;
    }
    .steps-flex-left {
        margin-bottom: -12vh;
    }
    .first-step {
        padding-top: 10vh;
        height: 73vh;
    }
    .steps-flex-right-first {
        margin-bottom: -9vh;
    }
    .full-video-wrapper {
        height: unset;
        width: 100vw;
    }
    .full-video {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .full-video > video {
        height: unset;
    }
    .services-menu-wrapper {
        display: none;
    }
    .vert-graphic-bottom {
        margin-bottom: 0;
    }
    .section-configurator-ending {
        margin-top: 5vh;
    }
}
