.comtab li {
  color: #333;
}

.comtab a {
  color: #333;
}

.banner {
  position: relative;
  height: 4.84rem;
  overflow: hidden;
  background: url("https://www.mythofempires.com/static/web202204/images/gallery-bg.jpg") center 0 no-repeat;
  background-size: cover;
}

.banner h2 {
  width: 1200px;
  margin: 2.2rem auto 0 auto;
  font-size: .54rem;
  text-transform: uppercase;
}

.mediabox {
  background-image: url("https://www.mythofempires.com/static//202204/images/bg.jpg");
}

@media screen and (max-width: 1200px) {
  .banner h2 {
    width: 90%;
  }
  .comtab li {
    letter-spacing: 1px;
    font-size: .13rem;
    margin-right: 0.1rem;
  }
}
/*# sourceMappingURL=media.css.map */