@charset "UTF-8";

 @media screen and (max-width:729px) {
	 .swiper-container {
		 /*height: 55vmin !important;*/
		 height: 25vw !important;
		 min-height: initial !important;
	}
}

 @media screen and (min-width:730px) {
	 .swiper-container {
		 /*height: 60vh !important;*/
		 height: 30vw !important;
		 min-height: 10px !important;
		 max-height: 500px;
	}
}

 @media screen and (max-width: 1200px){
	 .swiper-container {
		 margin: 67px 0 0 0;
		 background-color: black;
	}
}

.jumbotron-custom {
      display: none;
}