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

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

.logo-carousel-free .sp-lc-logo {
	outline: 0;
	border: 1px solid #ddd;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .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
}

.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-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: 0;
	border: none;
	background-color: #f0f0f0;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 22;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

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

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

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

.logo-carousel-free .sp-lc-logo img {
	margin: 0 auto;
	display: block;
	max-width: 50% !important;
}

