﻿  .s0screenWidthBackground {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s0[data-state~="mobileView"] {
                        position: absolute !important;
                    }

                    .s0[data-state~="fixedPosition"] {
                        position: fixed !important;
                        left: auto !important;
                        z-index: 50;
                    }

                        .s0[data-state~="fixedPosition"].s0_footer {
                            top: auto;
                            bottom: 0;
                        }

                    .s0bg {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s0inlineContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s0centeredContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }