.mobileV [class^=BackgroundPreview_backgroundComponent] [data-opacity] {
                background-size: cover !important;
            }
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 1634px } }
        @media (min-width: 651px) { body { min-width: 1634px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:linear-gradient(0deg, rgba(88,3,141,1) 0%, rgba(88,3,141,1) 100%);
                        }