.BannerMessageModule {
  background: #0D1114;
  display: none;
  /* This is the default state, we only display if the criteria is met */
  text-align: center;
}
.BannerMessageModule-img {
  width: 100%;
  height: auto;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}

.BannerMessageModule--visible {
  display: block;
}
