@media only screen and (min-width: 768px) {
    selector .ob-wrapper {
        width: 84px !important;
        position: fixed;
        top: 0;
        right: 0;
        min-height: 100vh;
    }
    selector .ob-logo {
        height: 255px;
    }
    selector .ob-menu {
        height: calc(100% - 255px);
    }
    selector .ob-menu > .elementor-container {
        height: 100%;
    }
    selector .ob-contact {
        position: absolute; 
        bottom: 0;
    }

    /* any section */
    [data-element_type="section"]:not(.elementor-inner-section):not(.no-margin) {
        margin-right: 84px;
    }

}