.lb-fixture-scope .notefull.container {
            width: 100% !important;
            min-width: 320px !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        @media screen and (min-width: 851px) {
            .lb-fixture-scope .notefull.container {
                padding-left: 25px !important;
            }
        }
        @media screen and (max-width: 767px) {
            .lb-fixture-scope .notefull.container>.article {
                padding: 0 !important;
            }
        }
