
div#section5-desktop {
	display: none;
}
div#section5-mobile {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	padding-top: 40px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container img {
	width: 100%;
	height: 100%;
}
.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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



/****************************************************************************************************** 												
**********************************************Desktop View !!!*****************************************							 
*******************************************************************************************************/

@media (min-width: 1240px) 	 {

	div#section5-mobile {display:none;}

	div#section5-desktop {
		background-color: white;
		display: block;
		
	}


	#section5-desktop div {
		max-width: 100%;
		display: flex;
		position: relative;
	}
	#section5-desktop div img {
		max-width: 31.333%;
		width: 31.333%;
		height: 521px;
	}
	#section5-desktop div img.padding-right {
		padding-right: 3%;
	}
	#section5-desktop div img.padding-bottom {
		padding-bottom: 3%;
	}

}