@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');


.banner-heroes_container{
  display:flex;
  display:ms-flexbox;
  max-width: 1280px;
  max-height: 224px;
  width: 100%;
  margin : 0 auto;
}
div.heroes-tab-mob {
  display: none;
}

.banner-heroes_container img{
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width:768px){

  .banner-heroes_container img{
  display: none;
}

.banner-heroes_container{

  max-height: 300px;

}

div.heroes-tab-mob {
  display: flex;
  width: 100vw;
  background-color: white;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  list-style: none;

}

div.heroes-tab-mob h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

div.heroes-tab-mob h2 strong {
  text-transform: uppercase;
  font-weight: 700;
}


  



div.heroes-tab-mob a  {
  color: black;
  font-family: 'Lato';
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  background-color: #feed01;
  width: 240px;
  height: 50px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 50px;
  
}


}