
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 1534px } }
        @media (min-width: 651px) { body { min-width: 1534px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:linear-gradient(to bottom, transparent 0%, rgba(253,250,249,1) 100%);
background-color:transparent;
                        }