.slide-preview {
    position: relative;
    background: black;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-preview .counter {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
}

#artigo .slide-preview img {
    max-height: calc(100vh - var(--altura-header));
}

.slide-preview .open-in-new {
    position: absolute;
    width: 4rem;
    height:4rem;
    background: rgba(255, 255, 255, 0.75) url("../../core/templates/gaidodev/img/open-in-new.svg") no-repeat center;
    background-size: 75%;
    border-radius: 50%;
}

@media screen  and (min-width: 1366px){
    .slide-preview .open-in-new {
        width: 6rem;
        height:6rem;
    }
}