/* responsive text queries */
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1536px) {
    #red-ui-editor-stack.eb-adhoc-editor {
        width: 84%;
    }
    #red-ui-editor-stack.eb-adhoc-editor.eb-debug-on-shift-left {
        width: 72%;
    }
    #red-ui-editor-stack {
        height: 90%;
        margin-top: 38px;
    }
    #red-ui-editor-stack.eb-debug-on-shift-left {
        left: -156px;
    }
}

@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1200px) {
    #red-ui-editor-stack.eb-adhoc-editor {
        width: 90%;
    }
    #red-ui-editor-stack.eb-adhoc-editor.eb-debug-on-shift-left {
        width: 72%;
    }
    #red-ui-editor-stack.eb-debug-on-shift-left {
        left: -158px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /* .eb-header-action-list-wrapper{
        display: none;
    } */
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px){
    
}

/* Extra Extra Small Devices, Phones */ 
@media only screen and (max-width : 320px){
  
}