*:not(iframe) {
    max-width: 100% !important;
    min-width: 0% !important;
    width: auto !important;
    height: auto !important;
    word-break: break-all !important;
    position: static !important;
    box-sizing: border-box !important;
    background-image: none !important;
}
body > * {
    overflow: hidden !important;
}
*[size] {
    width: 98% !important;
}