.mfp-container.is-portrait .mfp-img {
    max-height: none;
    height: 90vh;
    width: auto;
}

.mfp-wrap.es-property-magnific .mfp-container.is-portrait img.mfp-img {
    max-width: 100%;
    padding: 20px 0 20px;
}

.es-slider__item.is-portrait {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    width: 100%;
    height: 90vh;
}

.es-single--single-slider .es-icon_chevron-left:before,
.es-single--single-slider .es-icon_chevron-right:before {
    color: #d0d0d0;
}

.es-listing .es-listing__image .slick-slide.is-portrait img {
    object-fit: contain;
}