/************
 *
 * Full Media Styles
 *
 ***********/
.full-media {
  width: 100%;
}
.full-media .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.full-media img {
  max-width: 100vw;
  width: 100%;
}
.full-media__media {
  position: relative;
}
.full-media__media:hover .edit_image_holder {
  opacity: 1;
}
.full-media--1 {
  padding: 0;
}
.full-media--2 {
  padding-left: 140px;
  padding-right: 140px;
}
.full-media.fixed-height {
  height: 570px;
}
.full-media.fixed-height .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  height: 100%;
}
.full-media.fixed-height .full-media__media {
  height: 100%;
}
.full-media.fixed-height .full-media__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}/*# sourceMappingURL=full-media.css.map */