.full-image {
  position: relative;
  padding-top: 51%;
  width: 100%;
}

.full-image.no-mt {
  margin-top: 0;
}

@media only screen and (max-width: 769px) {
  .full-image {
    margin-bottom: 10px;
  }
}
.full-image picture,
.full-image img,
.full-image video {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.full-image picture,
.full-image img {
  max-height: 100%;
  height: 100%;
}

@media only screen and (max-width: 769px) {
  .full-image picture,
  .full-image img,
  .full-image video {
    height: 100%;
  }
}

/*# sourceMappingURL=full-image.css.map */
