.slider-banner{
	width: 100%;
	min-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow-x: hidden;
	cursor: grab;
}

.slider-banner .row.hero-banner{
	height: 600px;
}

.slider-banner .swiper-wrapper{
	margin-bottom: 20px !important;
}


.slider-banner .swiper-pagination{
	bottom: 0 !important;
}


@media only screen and (max-width:700px){
	.slider-banner .row.hero-banner{
		height: auto;
		min-height: 400px;
	}
	
	.slider-banner .row.hero-banner .container .hero-content-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}