#single-compartir {
    position: relative;
    overflow: hidden;
    height: 80vh;
    border-radius: 0 0 66px 66px;
}

#single-compartir .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    z-index: 1;
    background: url(https://gruposit.wodra.ar/wp-content/uploads/2025/06/overlay-video-scaled.png);
    background-size: cover;
    background-position: left;
    border-radius: 0 0 66px 66px;
    opacity: 0.2;
}
#single-compartir .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: 0 0 66px 66px;
    content: "";
    background-color: #25282a42;
}

#single-compartir .contenido {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}