.nd-media-detail-caption {
    margin: 0 0 18px;
    max-width: 618px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nd-media-detail-caption__img {
    height: auto;
    width: 100%
}

.nd-media-detail-caption__picture {
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: bottom;
    width: 100%
}

.nd-media-detail-caption__caption {
    background-color: #ebebeb;
    color: #666;
    font-family: var(--font-source-sans-pro);
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    padding: 10px
}

.nd-viewer-container .viewer-button:focus, .nd-viewer-container .viewer-button:hover {
    background-color: transparent
}

.nd-media-detail-caption__zoom {
    display: none
}

.nd-media-detail-caption.viewer .nd-media-detail-caption__zoom {
    align-items: center;
    border: none;
    display: flex;
    justify-content: space-between;
    position: absolute;
    text-align: right
}

.nd-media-detail-caption.viewer .nd-media-detail-caption__zoom .nd-media-detail-caption__icon {
    height: 15px;
    width: 15px
}

.nd-media-detail-caption.viewer .nd-media-detail-caption__zoom {
    background-color: #fff;
    border-radius: 34px;
    color: #000;
    cursor: pointer;
    font-family: var(--font-source-sans-pro);
    font-size: 12px;
    font-weight: 600;
    height: 34px;
    line-height: 19px;
    overflow: hidden;
    padding: 9px 11px 10px;
    right: 20px;
    top: 20px;
    width: 90px
}

@media (min-width: 968px) {
    .nd-media-detail-caption__picture {
        max-width: 618px
    }
}

.nd-media-detail-viewer {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101
}

.nd-media-detail-viewer__background {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    position: fixed;
    width: 100%
}

.nd-media-detail-viewer__button, .nd-media-detail-viewer__toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 19px;
    overflow: hidden
}

.nd-media-detail-viewer__toggle {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: var(--font-source-sans-pro);
    font-weight: 600;
    margin: 0;
    padding: 5px 15px
}

.nd-media-detail-viewer__toggle:before {
    content: "VER LEYENDA FOTO"
}

.nd-media-detail-viewer__toggle.visible {
    background-color: #fff;
    color: #000
}

.nd-media-detail-viewer__toggle.visible:before {
    content: "CERRAR LEYENDA FOTO"
}

.nd-media-detail-viewer__button {
    background-color: #fff;
    border: 0;
    border-radius: 34px;
    color: #000;
    font-family: var(--font-source-sans-pro);
    font-weight: 600;
    height: 34px;
    padding: 9px 11px 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    z-index: 20
}

.nd-media-detail-viewer__button:before {
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdGltZXMgZmEtdy0xMSIgZGF0YS1pY29uPSJ0aW1lcyIgZGF0YS1wcmVmaXg9ImZhcyIgdmlld0JveD0iMCAwIDM1MiA1MTIiPjxwYXRoIGQ9Im0yNDIuNzIgMjU2IDEwMC4wNy0xMDAuMDdjMTIuMjgtMTIuMjggMTIuMjgtMzIuMTkgMC00NC40OGwtMjIuMjQtMjIuMjRjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMMTc2IDE4OS4yOCA3NS45MyA4OS4yMWMtMTIuMjgtMTIuMjgtMzIuMTktMTIuMjgtNDQuNDggMEw5LjIxIDExMS40NWMtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OEwxMDkuMjggMjU2IDkuMjEgMzU2LjA3Yy0xMi4yOCAxMi4yOC0xMi4yOCAzMi4xOSAwIDQ0LjQ4bDIyLjI0IDIyLjI0YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMEwxNzYgMzIyLjcybDEwMC4wNyAxMDAuMDdjMTIuMjggMTIuMjggMzIuMiAxMi4yOCA0NC40OCAwbDIyLjI0LTIyLjI0YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhMMjQyLjcyIDI1NnoiLz48L3N2Zz4=);
    background-position: 11px 8px;
    background-repeat: no-repeat;
    background-size: auto 19px;
    bottom: 0;
    box-sizing: border-box;
    content: "CERRAR";
    display: flex;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    right: 11px;
    top: 0
}

.nd-media-detail-viewer__figure {
    margin: 10px;
    max-width: 100%;
    position: relative;
    z-index: 10
}

.nd-media-detail-viewer__img {
    max-height: 100vh
}

.nd-media-detail-viewer__caption {
    background: linear-gradient(180deg, transparent, #000);
    bottom: 0;
    color: #fff;
    font-family: var(--font-source-sans-pro);
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    padding: 14px;
    position: absolute;
    width: 100%
}

.nd-media-detail-viewer__text {
    display: none
}

.nd-media-detail-viewer__toggle.visible + .nd-media-detail-viewer__text {
    display: block;
    margin-top: 16px
}

body.viewer-visible {
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    overflow: hidden !important
}