.mm {
    position:relative;
}
.mobileMenu .mm-mobile-preview {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 1002px } }
        @media (min-width: 651px) { body { min-width: 1002px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:none;
background-color:rgba(0,251,29,1);
                        }