.banners-top {
	background-color: #1e1e1e;
    min-width: 100%;
    padding: 10px;
    margin: 0;
}

.justify-center {
	/*display: flex;
	justify-content: center;
	align-content: center;*/
}

.banneritem {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.bannergroup .banneritem a img {
  max-width: 728px;
  width: 100%!important;
  height: auto;
}
