#jump-btn {
	position: fixed;
	text-align: center;
	right: 15px;
	bottom: 100px;
	width: 48px;
	height: 48px;
	line-height: 40px;
	transition: opacity 0.3s;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
	border-radius: 6px;
	overflow: hidden;
	background-color: #442200;
	z-index: 101;
}

#jump-btn-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/icons/jump.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	z-index: 1;
}

@media (min-width: 426px) {
	#jump-btn {
		bottom: 30px;
	}
}
