.logo-carousel-free * {
	box-sizing: border-box;
}

img,
video {
	height: auto;
	max-width: 100%;
}

.logo-carousel-free .sp-lc-logo {
	outline: none;
	/* margin: 0 6px; */
	border: 1px solid #dddddd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.logo-carousel-free .swiper-wrapper {
	align-items: center;
}

#poststuff .logo-carousel-free .sp-logo-carousel-section-title,
.logo-carousel-free .sp-logo-carousel-section-title {
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	color: #222;
	margin-bottom: 30px;
}

/* Pagination */
.sp-lc-container .sp-lc-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #bbb;
	opacity: 1;
}

.sp-lc-container .sp-lc-pagination.swiper-pagination {
	bottom: 0;
}

/* .sp-lc-container .sp-lc-pagination {
	margin: 10px 0 0 0;
} */

/* Navigation */
.sp-lc-container .sp-lc-button-next,
.sp-lc-container .sp-lc-button-prev {
	font-size: 20px;
	line-height: 30px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	color: #afafaf;
	outline: none;
	border: none;
	background-color: #f0f0f0;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 22;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sp-lc-container .sp-lc-button-next:hover,
.sp-lc-container .sp-lc-button-prev:hover {
	color: #ffffff;
}

.sp-lc-container .sp-lc-button-prev {
	right: 36px;
}

.sp-lc-container .sp-lc-button-next {
	right: 0;
}

/* .wpl-lc-conf {
	display: none;
} */
.logo-carousel-free .sp-lc-logo img {
	margin: 0 auto;
	display: block;
}