.news-detail {
    min-width: 0;
}

.news-detail .news-cover {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.news-detail .news-body {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.news-detail .news-body img,
.news-detail .news-body video {
    display: block;
    height: auto;
    max-width: 100%;
}

.news-detail .news-body iframe {
    border: 0;
    display: block;
    max-width: 100%;
    width: 100%;
}

.news-detail .news-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.news-detail .news-gallery {
    margin: 2rem 0;
}

.news-detail .news-gallery img {
    width: 100%;
}

.news-detail .news-gallery .carousel-indicators {
    margin-bottom: .75rem;
}
