.fb-posts {
	position: relative;
	/*margin-bottom: 150px;*/
}

a.fb {
	position: relative;
}

a.fb::after {
	width: 35px;
	height: 36px;
	position: absolute;
	display: block;
	content: '';
	background: url('./images/fb.svg') center center no-repeat #fff;
	top: 10px;
	right: 10px;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	border-radius: 50%;
}

.fb-posts .fb-post-wrapper,
  .fb-posts .fb-post-bg {
	position: relative;
	width: calc(var(--vw, 1vw) * 100);
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow-x: hidden;
	overflow-y: visible;
}

.fb-posts .fb-post-bg {
	height: 100%;
	position: absolute;
	z-index: -1;
}

/*.fb-posts .fb-post-bg::after {*/
/*	content: 'a';*/
/*	width: 214px;*/
/*	height: 156px;*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	border: solid 2px #f0f;*/
/*}*/

.fb-posts .fb-post-wrapper {
	max-width: 2100px;
}

.fb-posts .fb-post-wrapper .swiper {
	overflow-x: visible;
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	overflow: visible;
}

.fb-posts .fb-post-wrapper .swiper .swiper-slide {
	padding-top: 15px;
}

.fb-posts .fb-post-wrapper .swiper .swiper-slide a {
	padding: 5px;
	display: block;
	background: #fff;
	font-size: 13px;
	line-height: 22px;
	color: #6A5247 !important;
	text-decoration: none;
	transition: all 0.2s linear;
}

.fb-posts .fb-post-wrapper .swiper .swiper-slide a:hover {
	margin-top: -15px;
	margin-bottom: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.fb-posts .fb-post-wrapper .swiper .swiper-slide img {
	max-width: 100%;
}

@media screen and (min-width: 640px) {
	.fb-posts .fb-post-wrapper .swiper .swiper-slide {
		-webkit-mask-image: -webkit-gradient(linear, left bottom, right bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
	}

	.fb-posts .fb-post-wrapper .swiper .swiper-slide.swiper-slide-active {
		-webkit-mask-image: none;
	}

	.fb-posts .fb-post-wrapper .swiper .swiper-slide.swiper-slide-active + .swiper-slide {
		-webkit-mask-image: none;
	}

	.fb-posts .fb-post-wrapper .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
		-webkit-mask-image: none;
	}

	.fb-posts .fb-post-wrapper .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
		-webkit-mask-image: none;
	}

	.fb-posts .fb-post-wrapper .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
		-webkit-mask-image: -webkit-gradient(linear, left bottom, right bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
	}
}