/* TABLE OF CONTENTS
- Browsers 1920px and larger
*/

/* BROWSERS 1920px AND LARGER */
@media (min-width: 1920px) {
/* DISPLAY */
.not-xxxxl-larger {
    display: none !important;
}
.block-xxxxl-larger {
    display: block !important;
}
.inline-xxxxl-larger {
    display: inline !important;
}
}