/* Enter Your Custom CSS Here */

.homepage-header .sponsor {
	position: absolute;
	float: none;
 	top: 130px;
}

@media (min-width: 768px) {
	.homepage-header .sponsor {
 		top: auto;
  		right: auto;
  		bottom: auto;
	}
}