#intro {
  background-image: url('../images/evs2019_logo.png');
  background-repeat: no-repeat;
  
}

#page {
  max-width: 1260px;
}

._mb {
  background-color:rgb(120, 0,0);
}

._embed-responsive-m1::before {
  padding-top: 46.6%;
}

h1 {
  color: green;  
}

@media (min-width: 500px) {

    h1 {
      color: red;  
    }

}