.powa {
    position: relative;
    background: black;
    height: 0;
    overflow: hidden;
}

.video-cuadrado{
    max-width: 600px;
}

.video-desktop{
    max-width: 345px;
    height: 533px !important;
}

video#powa-player-1b1ee246-3edb-477e-ab21-5ef62952950a {
    width: 200%!important;
    margin-left: -50% !important;
}

video#powa-player-d3b3bdc9-48c0-4830-ad66-57ff52940deb {
    width: 316%!important;
    margin-left: -50% !important;
    height: 530px;
}

.cont-text-box {
    position: relative;
}
html .powa {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
html .powa.non-active {
    opacity: 0;
}