.article-content p img {
    max-width: 100%;
    height: auto;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.article-content p {
    overflow: hidden;
}

.article-content iframe,
.article-content video {
    max-width: 100%;
}

.article-content table {
    width: 100%;
    overflow-x: auto;
    display: block;
}
