.wp-block-rt-compressed-image-variable.travel-photo-figure {
    position: relative;
    width: min(
        100%,
        var(--rt-compressed-image-variable-display-width, 720px)
    );
    max-width: 100%;
    margin: 1.5rem auto;
    overflow: hidden;
}

.wp-block-rt-compressed-image-variable.travel-photo-figure > a,
.wp-block-rt-compressed-image-variable.travel-photo-figure img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.wp-block-rt-compressed-image-variable.travel-photo-figure img {
    height: auto;
}

.wp-block-rt-compressed-image-variable.travel-photo-figure figcaption {
    position: absolute !important;
    right: 0 !important;
    bottom: 0.7rem !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: center !important;
}

.wp-block-rt-compressed-image-variable.travel-photo-figure .travel-photo-caption-text {
    display: inline-block;
    max-width: calc(100% - 2rem);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
}
