/* PORTRAIT MODE */
@media screen and (max-width: 1400px) and (orientation: portrait){
    .header-text-container{
        bottom: 20vh;
    }
    .header-text-logotext {
        margin-top: -0.5vh;
    }
    .header-text-container > button {
        margin-top: 5vh;
    }
    .info-find-out-more {
        height: 5.5vh;
        padding-left: 3vh;
        margin-top: 2vh;
    }
    .section-configurator-top {
        border-top-right-radius: 50px;
        margin-top: -8vh;
        height: 15vh;
    }
    .services-menu-wrapper {
        display: none;
    }
    .steps-flex-right-first{
        top: unset;
        left: unset;
    }
    .steps-flex-left {
        right: unset;
        top: unset;
    }
    .steps-flex-right{
        top: unset;
        left: unset;
    }
    .vert-graphic-top {
        width: 0.3vh;
    }
    .vert-graphic-bottom {
        width: 1.5vh;
        margin-bottom: -8vh;
    }
    .configurator-steps-title {
        font-size: 0;
    }
    .section-configurator-top > .configurator-steps-must-know {
        opacity: 0;
        width: 0;
        height: 0;
        font-size: 0;
    }
    .section-steps-element {
        padding-top: 0;
        height: 95vh;
    }
    .first-step {
        height: 77vh;
    }
    .section-steps-element > a {
        top: 5vh;
    }
    .steps-wrapper {
        align-items: center;
    }
    .left-steps-wrapper {
        flex-direction: column-reverse;
    }
    .right-steps-wrapper {
        flex-direction: column;
    }
    .wrapper-left-aligned {
        top: unset;
    }
    .wrapper-right-aligned {
        top: unset;
    }
    .steps-title {
        font-size: 3.5vh;
        line-height: 5vh;
    }
    .full-video-wrapper {
        z-index: 2;
        width: 100vw;
        height: 56.5vw;
        margin-top: 0;
    }
    .full-video-shadow {
        display: none;
    }
    .full-video {
        border-radius: 0;
    }
    .section-configurator-ending {
        margin-top: 20vh;
        height: 30vh;
    }
    .configurator-ending {
        font-size: 3.5vh;
        margin-bottom: 2vh;
        padding-left: var(--global-side-padding);
        padding-right: var(--global-side-padding);
    }
    .configurator-steps-must-know > button {
        width: 25.5vh;
    }
}

/* LANDSCAPE MODE */
@media screen and (max-width: 1024px) and (orientation: landscape){
    .header-text-logotext {
        margin-top: -0.5vh;
    }
    .header-text-container > button {
        margin-top: 5vh;
    }
    .configurator-steps-title {
        font-size: var(--title-font-size);
    }
    .configurator-steps-must-know > button {
        width: 21vw;
    }
    .section-steps-element {
        height: 75vh;
    }
    .services-menu-wrapper {
        display: none;
    }
    .full-video-shadow {
        width: 65vw;
        top: 7.5vh;
    }
    .full-video-wrapper {
        width: 46vw;
        height: 48.5vh;
    }
    .video-right-aligned {
        border-bottom-left-radius: 7vh;
        border-top-right-radius: 7vh;
    }
    .video-left-aligned {
        border-top-left-radius: 7vh;
        border-bottom-right-radius: 7vh;
    }
    .steps-flex-right-first {
        top: 10vh;
        left: unset;
    }
    .steps-flex-left {
        right: unset;
        top: -10vh;
    }
    .steps-flex-right {
        left: unset;
        width: 20vw;
        top: -10vh;
    }
    .vert-graphic-bottom {
        width: 1.5vh;
    }
    
}