@media (max-width: 768px){
.auf-hide-mobile{ display:none !important; }
} @media (min-width: 769px){
.auf-hide-desktop{ display:none !important; }
} .editor-styles-wrapper .auf-hide-mobile,
.editor-styles-wrapper .auf-hide-desktop{
opacity: 0.35;
outline: 2px dashed rgba(0,0,0,0.25);
outline-offset: 2px;
}