html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img,
svg,
video {
    height: auto;
}

table {
    border-collapse: collapse;
    max-width: 100%;
}

th,
td {
    vertical-align: top;
}

.cms-content {
    overflow-wrap: anywhere;
}

.cms-content iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}