#crousalDemo1 {
	display: none;
}
.nbs-crousal-container {
	position: relative;
	max-width: 100%;
}
.crousal {
	margin-top: 10px;
	padding-right: 10px;
}
.nbs-crousal-ul {
	position: relative!important;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-crousal-inner {
	overflow: hidden!important;
	float: none;
	width:90%;
	margin: 0px auto;
	padding:10px 0px;
	text-align: left; margin:0 auto;
}
.nbs-crousal-item {
	float: left;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin: 0;
	text-align: center;
	margin-top: 0px;
}
.nbs-crousal-item img {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0px;
	position: relative;
	width: 100%;
    height:150px;
    object-fit:cover;
}
/*** Navigation ***/

.nbs-crousal-nav-left, .nbs-crousal-nav-right {
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-crousal-nav-left {
	background-image: url(images/pre.png);
	background-repeat: no-repeat;
	height: 21px;
	left: 20px;
	right: auto;
	width: 18px;
	top:45%!important;
}
.nbs-crousal-nav-right {
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	height: 21px;
	left: auto;
	right: 20px;
	bottom: -50px !important;
	width: 18px;
	top:45% !important;
}




/* @media screen and (max-width: 1366px) {
.nbs-crousal-nav-left {
	left: 10px;
}
.nbs-crousal-nav-right {
	right: 10px;
}
}
 @media screen and (max-width: 800px) {
.nbs-crousal-nav-left {
	left: -15px;
}
.nbs-crousal-nav-right {
	right: -15px;
}
}
 @media screen and (max-width: 640px) {
.nbs-crousal-inner {
	width: 80%;
}
}
 @media screen and (max-width: 550px) {
}
 @media screen and (max-width: 414px) {
.nbs-crousal-inner {
	width: 70%;
}
}
 @media screen and (max-width: 320px) {
}
*/

@media screen and (max-width: 640px) {
.nbs-crousal-inner{ width:78%;}

}

@media screen and (max-width: 414px) {
/*.nbs-crousal-nav-left {
	top: -90px !important;
}
.nbs-crousal-nav-right {
	top: -90px !important;
}*/


}
