.ff-scrolling-images {
	display: block;
}
.ff-scrolling-images .s1 {
	min-width: 170px;
	padding-right: 10px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ff-scrolling-images .s2 {
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
	position: relative;
}

.ff-scrolling-images .s2:before,
.ff-scrolling-images .s2:after{
	content: '';
	height: 100%;
	width: 20px;
	display: inline-block;
	position: absolute;
	z-index: 4;
	top: 0;
}
.ff-scrolling-images .heading {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
}
.ff-scrolling-images .item {
	/* height: 116px; */
	/* display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 2px solid #EFF4F9;
	background: #FFF; */
}
.ff-scrolling-images .img-wrap {
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #EFF4F9;
    background-color: #FFF;
    padding: 15px;
    display: flex;
    justify-content: center;
}
.ff-scrolling-images .img-thumb {
	width: 160px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ff-scrolling-images .carousel-container {
	margin-bottom: 0;
	/* max-height: 100px; */
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.ff-scrolling-images {
		display: block;
	}
	.ff-scrolling-images .s1 {
		justify-content: center;
		padding-right: 0;
		margin-bottom: 20px;
	}
}