#header_pos2 {
	display: block;
}
#header_pos2 h1 {
	margin-left: 15px;
}
#header_pos1 {
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){ 
#overlay{
   height: auto; 	
}
#header_pos2 {
	margin-bottom: 40px;
}
}

@media only screen and (max-device-width: 480px){
#overlay{
   height: auto; 
}
#header_pos2 {
	margin-bottom: 40px;
}
}
