.js .slideshow-header {
	position: fixed;
	z-index: 101;
}

/* Header */
.slideshow-header {
	margin: 0 auto;
	width: 70%;
	left: 15%;
	top: 120px;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.message {
	display: none;
	clear: both;
	color: #ca293e;
}

@media screen and (max-width: 650px) {
	.message {
		display: block;
	}
}