.cms-content {
    font-size: 1rem;
}

.cms-content p {
    margin: 0 0 0.9em 0;
    text-align: left;
    line-height: 1.1em;
}

.cms-content img {
    max-width: 100%;
    height: auto !important;
}

.cms-content img.alignnone {
    margin: 0 0 0.9em 0;
}

.cms-content img.aligncenter {
    margin: 0 auto 0.9em auto;
}

.cms-content img.alignleft,
.cms-content .wp-caption.alignleft {
    margin: 0 0.9em 0.9em 0;
    max-width: 50%;
    height: auto !important;
    float: left;
}

.cms-content img.alignright,
.cms-content .wp-caption.alignright {
    margin: 0 0.9em 0.9em;
    max-width: 50%;
    height: auto !important;
    float: right;
}

.cms-content .wp-caption img {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
}

.cms-content .wp-caption-text {
    font-size: 0.6em;
    font-style: italic;
}

.cms-content iframe {
    max-width: 100%;
    /*height: auto !important;*/
}

.cms-content table {
    width: 100% !important;
    table-layout: fixed;
}

.cms-content td {
    max-width: 50%;
    width: auto !important;
}

.cms-content td img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.cms-content a {
    text-decoration: underline;
}

.cms-content a:hover {
    text-decoration: underline;
}

.cms-content .youtube-video-embed {
    float: left;
    width: 100%;
}

.cms-content .sp-box-16-9 {
    margin-bottom: 0.8rem;
}

.cms-content .post-password-form input {
    margin-top: 0.5rem!important;
}