
.hytPlayerWrap{
    position: relative;
}

.hytPlayerWrap.ended::after{

content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
background-color: black;
background-repeat: no-repeat;
background-position: center;
background-size: 128px 128px;
background-image:url(/k3-landingpage/img/Cross\ Blanco.png) ;

}

.hytPlayerWrap.paused::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100%);
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
background-position: center;
background-size: 128px 128px;
background-image: url(/k3-landingpage/img/Cross\ Plata.png) ;

}