.section-post-content img
    height: auto;
}

.responsive-object {
    position: relative !important;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.richtext-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.lightbox-wrapper-component{
    width: 100vw;
    height: 80vh;
    top: 0;
    left: 0;
    padding-top: 30vh;
}