
.ingeni_swiper_container {
	width: 100%;
	max-width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}


.ingeni_swiper_inner {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	order: 2;
	height: 300px;
	max-height: 100vh;
}

.ingeni_swiper_container .ingeni_swiper_inner .ingeni_swiper {
	height: 80%;
	width: 100%;
}

.ingeni_swiper_container .swiper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

  }

  .ingeni_swiper_container .swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


.ingeni_swiper_container .swiper-button-prev,
.ingeni_swiper_container .swiper-button-next {
	width: 10%;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	order: 1;
}
.ingeni_swiper_container .swiper-button-next {
	order: 3;
}

.swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	border: 1px solid black;
	border-radius: 50%;
	background-color: white;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	border-color: black;
}


.swiper-wrapper .item {
	height: 100%;
	width: 100%;
}

.bg-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 100%;
	width: 100%;

}

.title-layer {
	display: none;
}


.ingeni_swiper_thumbs {
	width: 100%;
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

.ingeni_swiper_thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.ingeni_swiper_thumbs .swiper-slide-thumb-active {
	opacity: 1;
}



@media only screen and (min-width: 640px) {
	.ingeni_swiper_container .ingeni_swiper_inner {
		height: 400px;
	}
}
@media only screen and (min-width: 1024px) {
	.ingeni_swiper_container .ingeni_swiper_inner {
		height: 500px;
	}
}