#header1,#header2{
	height: 300px;
}

#header1 .title, #header2 .title{padding-top: 150px;}

@media only screen and (max-width: 1280px) and (min-width: 768px) {#header1, #header2{height: 250px;}#header1 .title, #header2 .title{padding-top: 125px;} }

/* Small device targeting */
@media only screen and (max-width: 767px) { #header1, #header2{height: 150px;} #header1 .title, #header2 .title{padding-top: 75px;} }