/*Page modifications file. Load only when heroes page visit. Other styles implements in the usual way through the less compiler with other site styles*/

body {
  background: #080808 url('/i/heroes/bg-heroes.jpg?2') no-repeat 50% 0;
  background-size: 100% auto;
}

#media {
  width: 100%;
}

.main {
  background: none;
  border: none;
}

.main_logo {
  width: 490px;
  height: 160px;
  margin: 60px auto;
  background: url( '/i/heroes/logo.png' ) no-repeat 0 0;
  background-size: cover;
}

.menu {
  background: rgba(26, 26, 26, .8);

}

.menu .submenu__list {
  z-index: 200;
}

.breadcrumbs {
  display: none;
}
