/*
 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
*/

/* @media (width: 1024px) {
  [data-animate] {
  	overflow-x: hidden !important;
		max-width: 100vw;}
}

@media (max-width: 1024px) {
  [data-animate] {
    overflow-x: hidden !important;
    position: relative;
    max-width: 100vw !important; 
    transform: none !important; 
    margin: 0 auto; 
  } 

  [data-animate] * {
    max-width: 100%;
    transform: none !important; 
    margin: 0 auto;
  }
} */
