.wc-youtube-video-wrapper-aebb9581 {
    margin: 20px 0;
    width: 100%;
    clear: both; /* Ensure it starts below everything in the gallery column */
}

.wc-youtube-video-title-aebb9581 {
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 600;
}

.wc-youtube-video-container-aebb9581 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
}

.wc-youtube-video-container-aebb9581 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
