﻿   .s2itemsContainer {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        white-space: nowrap;
                    }

                        .s2itemsContainer > div:last-child {
                            margin: 0 !important;
                        }

                    .s2[data-state~="mobileView"] .s2itemsContainer {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        white-space: normal;
                    }

                    .s2imageItemlink {
                        cursor: pointer;
                    }

                    .s2imageItemimageimage {
                        position: static;
                        box-shadow: #000 0 0 0;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }