article.node--type-ficha .header-img__wrapper {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 100vh;
    max-height: 1200px;
    user-select: none;
    margin-bottom: var(--margin-xl);
}

article.node--type-ficha .header-img__filter.no-hd {
    display: none !important;
}

article.node--type-ficha .header-img__filter {
    position: absolute;
    z-index: 5;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 9%, rgba(255, 255, 255, 0) 30%);
    user-select: none;
    pointer-events: none;
}

article.node--type-ficha .header-img__wrapper.no-dragon {
    display: none;
}

article.node--type-ficha .header-img__wrapper.no-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: var(--white) !important;
    font-size: 32px;
    font-weight: 600;
}

article.node--type-ficha .header-img__wrapper .header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.node--type-ficha .header-img__wrapper .header-img__title--wrapper {
    position: absolute;
    bottom: 70px;
    color: var(--white) !important;
    left: 0;
    right: 0;
    font-size: 22px;
    z-index: 10;
    display: block !important;
    border-radius: 5px;
}

article.node--type-ficha .header-img__wrapper .header-img__title--wrapper :where(.header-img__title > span, div) {
    font-family: 'Inter' !important;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: var(--white) !important;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
}

article.node--type-ficha .header-img__wrapper .header-img__title--wrapper div {
    font-weight: normal;
}

article.node--type-ficha .header-img__wrapper .opensea-nav__wrapper {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

article.node--type-ficha .header-img__wrapper .opensea-nav {
    height: 280px;
    width: 260px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    padding: 20px;
    justify-content: center;
    z-index: 10;
}

article.node--type-ficha .header-img__wrapper .opensea-nav button {
    position: absolute !important;
    bottom: 5px;
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    color: var(--white) !important;
}

article.node--type-ficha .header-img__wrapper .button-down {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: calc(50% - 25px);
    z-index: 12;
    cursor: pointer;
}

article.node--type-ficha .header-img__wrapper .button-down span.btn-down {
    content: url('/sites/default/files/inline-images/down.svg');
    transform: rotate(90deg);
}


article.node--type-ficha .header-img__wrapper .navigator {
    width: 160px !important;
    height: 200px !important;
    z-index: 11;
    opacity: 1 !important;
}

article.node--type-ficha .header-img__wrapper .navigator .displayregion {
    border: 2px solid var(--white) !important;
}

article.node--type-ficha .header-img__wrapper .openseadragon-container {
    background-color: var(--dark-blue) !important;
}

article.node--type-ficha .header-img__wrapper .openseadragon-container div {
    opacity: 1 !important;
}

article.node--type-ficha .header-img__wrapper .opensea-nav span.hd {
    /* content: url('/sites/default/files/inline-images/HD.svg'); */
    height: 30px;
    aspect-ratio: 1;
    position: absolute;
    z-index: 50;
    top: 25px;
    left: 58px;
}

article.node--type-ficha .header-img__wrapper .opensea-nav button span {
    height: 30px;
    width: 30px;
}

article.node--type-ficha .header-img__wrapper .opensea-nav .button-more#zoom-in {
    left: 5px;
    z-index: 11;
}

article.node--type-ficha .header-img__wrapper .opensea-nav .button-more#zoom-in span.btn-more {
    content: url('/sites/default/files/inline-images/more-white.svg');
}

article.node--type-ficha .header-img__wrapper .opensea-nav .button-less#zoom-out {
    right: 5px;
    z-index: 11;
}

article.node--type-ficha .header-img__wrapper .opensea-nav .button-less#zoom-out span.btn-less {
    content: url('/sites/default/files/inline-images/less-white.svg');
}


@media (max-width: 992px) {

    article.node--type-ficha .header-img__wrapper .header-img__title {
        width: 50%;
    }

    article.node--type-ficha .header-img__wrapper .opensea-nav button span {
        font-size: 21px;
    }

    article.node--type-ficha .header-img__wrapper.no-dragon {
        display: block;
    }

    article.node--type-ficha .header-img__wrapper#seadragon-viewer {
        display: none;
    }
}

@media (max-width: 468px) {

    article.node--type-ficha .header-img__wrapper .header-img__title {
        font-size: 22px;
        width: 70%;
    }

}
