.pepa-gallery-shortcode {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 76.8vh;
    min-height: 384px;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.pepa-gallery-shortcode img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

.pepa-gallery-shortcode.is-active {
    cursor: pointer;
    touch-action: pan-y;
}

.pepa-gallery-shortcode.is-active img {
    filter: none;
}

.pepa-gallery-shortcode .pepa-gallery-control,
.pepa-gallery-shortcode .pepa-gallery-count {
    display: none !important;
}

@media (max-width: 1100px), (max-aspect-ratio: 1/1) {
    .pepa-gallery-shortcode {
        height: 72svh;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .pepa-gallery-shortcode {
        height: 100%;
        min-height: 0;
        align-items: flex-start;
    }

    .pepa-gallery-shortcode img {
        max-width: 100%;
        max-height: 100%;
    }

    .pepa-gallery-shortcode.is-active .pepa-gallery-count {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 3;
        display: block;
        padding: 5px 7px;
        background: rgb(255 255 255 / 84%);
        color: #666666;
        font-family: "Pliant", Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1;
    }
}
