.impact-topbanner {
	width: 100%;
	height: 100px;
	background: url("http://www.impact.co.th/landingpage/images/topbanner-kingrama9.jpg");
	background-color: #c6a558;
	background-position: top center;
  	background-repeat: no-repeat;
	display: none!important;
}
/* Tablets and bigger */
@media (max-width: 768px) {
	 .impact-topbanner { display:block; }
}