/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
*, *::before, *::after {
  box-sizing: border-box;
}
img, video, iframe, object, embed {
  max-width: 100%;
  height: auto;
}
.table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}