/*
$xs-max:767px;
$sm-min:768px;
*/
/* ---------------------------------------- */
#intro {
  background-image: url(/~hqmed1/education/img/img_1.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  #intro {
    background-image: none;
  }
}
