@mixin adf-default-class-theme($theme) { .adf-hide-small { @media screen and (max-width: 959px) { display: none !important; } } .adf-hide-xsmall { @media screen and (max-width: 599px) { display: none !important; } } }