.anthemebanner{
  max-height: 500px;
  margin-bottom: 72px;
  overflow: hidden;
}
.anthemebanner img{
  width: 100%;
}
@media (max-width: 1024px) {
	.anthemebanner {
	    margin-bottom: 38px;
	}
}
@media (max-width: 480px) {
	.anthemebanner img{
		width: auto;
		max-height: 117px;
	}
	.anthemebanner{
		overflow: hidden;
	}
}