.bodytext iframe { width: 100%; display: block; margin: var(--gutter) 0;  }
.bodytext p+div[style*="#cccccc"]{
    position: relative; top: calc(0px - var(--gutter)); }

.bodytext p img {display: block; height: auto; width: 100%; margin: var(--gutter) 0;}

.bodytext.textcontent p a {word-break: break-word;}