.MS-multislider{
	position: relative;
    align-items: center;
    margin: 20px 0;
    margin-bottom: 0; 
}
.MS-multislider .MS-content{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.MS-multislider .MS-content .item{
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-right: none;
	width: 100%;
}
@media (min-width: 480px){
	.MS-multislider .MS-content .item{
		width: 50%;
	}
	.MS-multislider .MS-content .item:not(:last-child){
		margin-right:5px;
	}
}
@media (min-width: 992px){
	.MS-multislider .MS-content .item{
		width: 25%;
	}
}
@media (min-width: 1200px){
	.MS-multislider .MS-content .item{
		width: 16.667%;
	}
}
.MS-multislider .MS-controls button{
	position: absolute;
	border: none;
	font-size: 36px;
	outline: 0;
	top: calc(25% - 18px);
	width: 50px;
	background-color: transparent;
}
.MS-multislider .MS-controls button:hover{
	cursor: pointer;
}
.MS-multislider .MS-controls .MS-left{
	left: 0px;
}
.MS-multislider .MS-controls .MS-right{
	right: 0px;
}
.MS-left::before{
	font-family: FontAwesome;
	content: '\f060';
    line-height: 30px;
    color: #0282bd;
}
.MS-right::before{
	font-family: FontAwesome;
	content: '\f061';
    line-height: 30px;
    color: #0282bd;
}