.swipe-box {
	position: relative;
	-webkit-transition: all 100ms;
	transition: all 100ms;
}

.swipe-box .swipe-link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #252525;
}

.swipe-box .swipe-link:before {
	position: absolute;
	top: 15px;
	padding: 0 7px;
	border-radius: 3px;
	background: #252525ad;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.swipe-box .swipe-link img {
	width: 100%;
}

.swipe-box .swipe-link span {
	display: block;
	width: 100%;
	padding: 0 15px;
	color: #d9d9d9;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}

.swipe-box .swipe-left {
	left: -100vw;
}

.swipe-box .swipe-right {
	right: -100vw;
}
