/*CONTENT FIXER*/
/* AUTHOR TONY HAUNSCHMIDT 27/07/22 */
#content table {
    max-width: 100% !important;
}

#content img :not(.image_gallery .item img) {
    max-width: 100% !important;
    height: auto !important;
}

.iframecontainer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.iframecontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
