.youtube-embed {
    position: relative;
    width: 100%;
    /* max-width: 1541px; */
    aspect-ratio: 16 / 9;
    cursor: pointer;
    background: #000;
}

.youtube-embed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-embed .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 20px;
    font-size: 20px;
    pointer-events: none;
}
