.bg-edge2edge {
  position: relative;
  right: 50%;
  left: 50%;
  flex: 0 0 100vw;
  width: 100vw;
  max-width: none;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}

.bg-edge2edge::before {
  display: table;
  content: " ";
}

.bg-edge2edge::after {
  clear: both;
}

.paragraph .paragraph .bg-edge2edge,
.paragraph .paragraph.bg-edge2edge {
  margin-right: 0 !important;
  margin-left: 0 !important;
  flex-basis: auto;
}

