﻿     .s5screenWidthBackground {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s5[data-state~="mobileView"] {
                        position: absolute !important;
                    }

                    .s5[data-state~="fixedPosition"] {
                        position: fixed !important;
                        left: auto !important;
                        z-index: 50;
                    }

                        .s5[data-state~="fixedPosition"].s5_footer {
                            top: auto;
                            bottom: 0;
                        }

                    .s5bg {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s5inlineContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s5centeredContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }