/**
 * Theme Name:     Bricks Child
 * Author:         Bricks
 * Template:       bricks
 * Text Domain:	   bricks-child
 * Description:    Visual website builder for WordPress.
 */

.swiper {
  overflow: visible !important;
  z-index: 9999;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

header, .bricks-header {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}
