/*
 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
*/
.swiper {
  width: 100%;
  height: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
} 
video {
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
}
.swiper .swiper-slide {
  height: 100vh!important;
  line-height: 300px;
}

.swiper .swiper-slide img{
	object-fit: cover;
}
article{display:none;}