.popup-youtube .bh-video-svg {
    background: var(--bloghub-primary-color);
    width: 60px;
    height: 60px;
}
.popup-youtube .bh-video-svg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all 0.3s;
    animation: animation_ripple 2s infinite;
}