.easy-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 1.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 10px 30px rgba(17, 17, 24, 0.12);
}

.easy-youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
