/*
 * Hero Layout
 */
.layout-fullwidth-image {
  margin: 0px 0 0px 0;
}

.layout-fullwidth-image .img-container {
  max-height: 600px;
  position: relative;
}

.layout-fullwidth-image .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}

/**
 * Preview mode
 */
.layout-fullwidth-image.is-preview {
  margin: 0;
}

.layout-fullwidth-image.is-preview .inner-layout {
  max-height: 400px;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
/*# sourceMappingURL=style.css.map */