.block-videohero {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.block-videohero .cabecera {
    width: 100%;
    max-height: 480px;
    position: relative;
}

.block-videohero video.media__element {
    width: 100%;
    height: auto;
    display: block;
} 

.video-embed-container {
    margin-top: 10px;
    max-width: 480px;
}

.video-embed-container img {
    width: 100%;
    cursor: pointer;
    display: block;
}

.video-embed-container .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('../img/play-icon.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}