@charset "UTF-8";
/* CSS Document */
.section-summary_img {
  background-image: url("../img/mister-burger_sub-img.png");
  height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-summary_img {
    height: 150px;
    background-attachment: scroll;
  }
}