/*
 * @file
 * Provides the layout styles for layout_fullwidth.
 */
 
 /*Styling for the backend preview of the full width layout  */
div.paragraph--type--section.paragraph--view-mode--layout-preview .layout.layout--fullwidth {
  max-width: 100%;
  margin: auto;
}
