.panel#p0 #cover-text h1 {
	margin-top: 17%;
}

/*#main-wrapper .right-block #bylines {
	margin-top: 2em;
}*/

@media screen and (max-width: 920px) {
	.panel#p0 #cover-text h1 {
		margin-top: 23%;
	}
}

/*@media (max-width: 767px) {
	.panel#p0 #cover-text h1 {
		color: black;
		margin-top: 0 !important;
		top: 0;
		text-shadow: none;
		font-size: 55px;
		line-height: 1em;
	}

	.panel#p0 #cover-text h3 {
		position: relative;
		padding: inherit;
		bottom: auto;
		margin-top: 1em;
	}

	.panel#p0 #cover-text h3 span {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.panel#p0 #cover-text h1 {
		font-size: 5em;
	}

	.panel#p0 #cover-text h3 {
		font-size: 1em;
		overflow: hidden;
		width: 100%;
		display: inline-block;
	}
}*/