.swipe-posts {
	position: relative;
	overflow: hidden;
	width: 100%;
	touch-action: pan-y;
}

.swipe-slider {
	display: flex;
	width: 300%;
	transform: translate3d(-33.333333%, 0, 0);
	will-change: transform;
}

.swipe-slider--animated {
	transition: transform 300ms ease;
}

.swipe-panel {
	flex: 0 0 33.333333%;
	width: 33.333333%;
	box-sizing: border-box;
    overflow:hidden;
}
