/*
* empty
*/

@media(max-width: 575px) {
	.hero.type-2{
	padding:0;
border:none;
	}
	.hero.type-2 .img{
background-position: center;
		background-size: cover;
		height: 20vh;
	}
	.hero.type-2 .text-block{
		padding:0;
max-height: 0;
	}
	.hero.type-2 .swiper-slide{
/*
max-height: 145px;
		/*height: 113px;*/
	}


}