// Responsive utilities
@mixin responsive-invisibility($parent) {
#{$parent} {
display: none !important;
}