.s_mega_menu_thumbnails:not([data-vcss]) {
    .s_mega_menu_thumbnails_footer:not(.o_cc) {
        // TODO this should be replaced by proper structure and color
        // classes
        @extend %s_mega_menu_gray_area;

        &::before {
            @include o-position-absolute(0, 0, 0, 0);
            width: auto;
            height: auto;
        }
    }
}
