.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;
}

body{
  overflow-x:hidden !important;
}

/*# sourceMappingURL=edge2edge.layout.css.map*/