.scroll-container {
	overflow-x: auto;
	display: none;
	width: 96%;
	box-sizing: border-box;
	cursor: grab;
	margin-left: 3%;
}

.scroll-item {
	position: relative;
	flex: 0 0 auto;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
}

.scroll-item img {
	border-radius: 0px;
	height: auto;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.scroll-item img:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05);
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.subtitle-box {
	width: 90%;
	max-width: 720px;
	margin: 10px auto 80px auto;
}

.fccontent {
	width: 100%;
}

.sectionWrapper,
.fccontent-wrapper,
.container,
.fccontent-wrapperC {
	margin: auto;
	max-width: 1800px;
}

.fccontent-wrapperC {
	margin: auto;
	width: 80%;
}



.sectionWrapper {
	padding: 40px 0;
}

.fccontent-wrapper {
	position: relative;
	text-align: center;
}

.sectionCover {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.videoBtn {
	position: absolute;
	margin: auto;
	left: 8px;
	width: 30px !important;
	height: 30px !important;
	top: 8px;
	border: none !important;
	opacity: 0.5;
}

.toolBtnL,
.badgeL {
	position: absolute;
	border: none !important;
	object-fit: contain !important;
}

.toolBtnL {
	right: 15px;
	width: 22px !important;
	height: 22px !important;
	top: 3px;
}

.badgeL {
	right: 10px;
	width: 32px !important;
	height: 39px !important;
	top: -5px;

}

/* Desktop */
@media screen and (min-width: 1025px) {

	.scroll-item {
		width: 350px;
	}

	.cover {
		width: 200px;
	}

	.sectionWrapper,
	.fccontent-wrapper {
		width: 85%;
	}

	.sectionWrapper {
		display: flex;
	}

	.fccontent {
		padding-bottom: 140px;
	}

}

/* Tablet */
@media (max-device-width: 568px), (max-width: 568px) {

	.scroll-container {
		display: flex;
	}
	
	.scroll-item {
		width: 300px;
	}

	.scroll-container {
		padding: 17.5px;
	}
	.cover {
		width: 240px;
	}
	.sectionWrapper {
		padding-bottom: 10px;
	}
	.sectionWrapper,
	.fccontent-wrapper {
		width: 100%;
	}

	.sectionCover {
		width: 100%;
		height: 22vh;
		text-align: center;
		margin-bottom: 20px;
	}

	.fccontent {
		padding-bottom: 20px;
	}
}