.framed.framed-paragraph {
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
}

@media only screen and (max-width: 684px) {
  .framed.framed-paragraph {
    width: calc(100vw - 1px);
  }
}
