.skipcard-nav-element {
	cursor: pointer;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
.skipcard-nav-element-bubble {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4px;
}
.skipcard-nav-element-block {
	width: 60px;
	height: 10px;
}
.skipcard-nav-element:hover, .skipcard-nav-element-active {
	background-color: #fff;
}
.skipcard-circle {
	z-index: 20;
	width: calc(40px + 1vmax);
	height: calc(40px + 1vmax);
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all 0.3s;
	display: block;
	position: relative;
}
.skipcard-circle:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1;
}
.skipcard-arrow {
	width: 40%;
	height: 40%;
	display: block;
	position: relative;
	top: 30%;
	z-index: 20;
}
.skipcard-arrow-previous {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 2px solid white;
	border-left: 2px solid white;
	left: 40%;
}
.skipcard-arrow-next {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	left: 20%;
}
.skipcard-caption {
	position: absolute;
	right: 10%;
	bottom: 5%;
	left: 10%;
	padding: 1.25rem;
	color: #fff;
	text-align: center;
	overflow-wrap: break-word;
}
.skipcard-title {
	font-size: 1.6rem;
	font-size: calc( 1.5rem + (2.2 - 1.5) * ((100vw - 20rem) / (48 - 20)));
	line-height: calc( 1.5 * (1.5rem + (2.2 - 1.5) * ((100vw - 20rem) / (48 - 20))));
	padding-bottom: 1.25rem;
}
.skipcard-text {
	font-size: 1rem;
	font-size: calc( 1.2rem + (1.5 - 1.2) * ((100vw - 20rem) / (48 - 20)));
	line-height: calc( 1.2 * (1.2rem + (1.5 - 1.2) * ((100vw - 20rem) / (48 - 20))));
}
.is-relative {
	position: relative;
}
.column-fixed {
	z-index: 1;
}