ul {
    clear: none !important;
}

ol {
    clear: none !important;
}

.editable img {
        height: auto !important;
        padding: 5px;
} 
    
@media (max-width: 767px){
    .editable img {
        max-width: 100% !important;
        margin: auto !important;
        width: 100% !important;
    }
    video {
        width: 100% !important;
    }
    iframe {
        width: 100% !important;
    }
}