article{
    position: relative;
}

h2{
    font-size: 1rem;
    color: var(--color-text);
    font-weight: bold;
}

.eje{
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: .5rem;
    right: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    z-index: 2;
    display: flex;
    flex-wrap: wrap; 
}

.media-oembed-content { 
    aspect-ratio: 9 / 16;
    height: auto;
    width: 100%;
}