.we_youtube_embed .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    fill: white;
    stroke: black;
    stroke-width: 2px;
    transition: fill 0.3s ease;
}

.we_youtube_embed:hover .play-icon {
    fill: #ff0000;
}