.center-cropped {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  /* Center the image within the element */
  height: 300px;
  width: 100%;
}

.full-width {
  width: 100%;
}

@media (min-width: 1400px) {
  .full-width {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    /* Center the image within the element */
    height: 300px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */