#content .atf .media .background-media {
  object-position: 70% center;
}
#content .gallery .gallery_grid .one img {
  top: -17%;
}
#content .gallery .gallery_grid .two img {
  top: -9%;
}
#content .gallery .gallery_grid .three img {
  top: -22%;
}
#content .gallery .gallery_grid .four img {
  left: -20%;
}
@media screen and (min-width: 768px) {
  #content .gallery .gallery_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 500px 250px 250px;
  }
  #content .gallery .gallery_grid .one {
    grid-column: span 3;
  }
  #content .gallery .gallery_grid .one img {
    top: -67%;
  }
  #content .gallery .gallery_grid .two {
    grid-column: span 2;
    grid-row: span 2;
  }
  #content .gallery .gallery_grid .two img {
    top: -12%;
  }
  #content .gallery .gallery_grid .three img {
    top: -20%;
  }
  #content .gallery .gallery_grid .four img {
    left: -38%;
  }
}
@media screen and (min-width: 1024px) {
  #content .gallery .gallery_grid .one img {
    top: -113%;
  }
  #content .gallery .gallery_grid .two img {
    top: 0%;
  }
  #content .gallery .gallery_grid .three img {
    top: -43%;
  }
  #content .gallery .gallery_grid .four img {
    top: -49%;
  }
}
@media screen and (min-width: 1200px) {
  #content .gallery .gallery_grid {
    grid-template-rows: repeat(3, 400px);
  }
  #content .gallery .gallery_grid .one {
    grid-row: span 1;
    grid-column: span 2;
  }
  #content .gallery .gallery_grid .two {
    grid-column: span 1;
    grid-row: span 2;
  }
  #content .gallery .gallery_grid .two img {
    top: -8%;
  }
  #content .gallery .gallery_grid .three {
    grid-row: span 2;
    grid-column: span 2;
  }
  #content .gallery .gallery_grid .three img {
    top: -20%;
  }
  #content .gallery .gallery_grid .four {
    grid-column: span 1;
    grid-row: span 1;
  }
  #content .gallery .gallery_grid .four img {
    top: -18%;
  }
}

/*# sourceMappingURL=chef-a-domicilio.css.map */
