.peelback 
{
	color: #fff;
	font-weight: bold;
	font-size: calc(.5vw + 17px);
	letter-spacing: 2px;
	text-shadow: 1px 1px #000;
	position: absolute;
	z-index: 2;
	top: auto;
	right: 0;
	width: 100%;
	max-height: 156px;
	width: 156px;
}

#banner {
	margin-top: 0px !important;
}

@media screen and (max-width: 979px) 
{
	.peelback 
	{
		position: relative;
		background: #5c5c5a;
		text-align: center;
		width: 100%;
	}
	.peelback p {
		display: block !important;
		margin: 0;
	}
	.fold {
		display: none;
	}
}
