#headertxt{
	position: absolute;
	bottom: 20px;
}
#header-top{
				max-width: 22.5rem;
				margin: 0 auto;
				background-color: red;
			}
@media screen and (max-width:960px ) {
	#headertxt{
		display: none;
	}
}