:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px;
}

/* Gutenberg youtube play button css */

/* .container-youtube {
    position: relative;
    display: inline-block;
    width: 1200px; 
    height: 675px; 
} */
.container-youtube .wp-video-play-button {
    display: none; /* Hide the default YouTube play button */
}

.lazy-load-youtube::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px; 
    height: 100px; 
    background-image: url('../img/icons/youtube_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 0.8; 
    cursor: pointer;
    z-index: 2;
    
}
.lazy-load-div:before {
    /* font-family: "Subset Iconfont Brands" !important; */
    /* font-weight: 400 !important; */
    content: '' !important;
    /* color: #e0281d !important; */
    /* font-size: 70px !important; */
    /* opacity: 1 !important;  */
    /* text-shadow: none !important; */
}
@media (max-width:767px) {
    .lazy-load-youtube::before {
        width: 60px; 
    }
    
}

.wp-block-embed-youtube .wp-block-embed__wrapper .ytp-cued-thumbnail-overlay,
.wp-block-embed-youtube .wp-block-embed__wrapper .ytp-large-play-button {
    display: none !important; 
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px !important;
}