.bunnyPlaceholder {

    .uc-embedding-wrapper {
        width: 100% !important;
        height: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
    }

    img.cover {
        aspect-ratio: 315/560;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        transition: transform 0.4s ease-out, filter 0.4s ease-out;
    }

    img.cover:hover {
        transform: scale(1.05);
        filter: brightness(0.8);
    }

    img.cover:hover+span.yt-play {
        transform: scale(1.4);
    }

    span.yt-play {
        position: absolute;
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='96'%3E%3Cpath d='M1 1h126v94H1z' fill='%23000000'/%3E%3Cpath d='M126 2v92H2V2h124m2-2H0v96h128V0z' fill='%23fff'/%3E%3Cpath d='M87 48L47 28v40l40-20z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='.5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        transition: transform 0.5s;

    }

    span.yt-play:hover {
        transform: scale(1.4);
    }

    .text-wrapp {
        padding: 2vw;
        max-width: 800px;
        text-align: center;
        margin: auto;
        z-index: 999999999;
        background: white;
        width: 100%;
        overflow: auto;
    }

    .uc-embedding-accept,
    .uc-embedding-more-info {
        background-color: #9E9E9E;
        line-height: 1;
        margin-top: 2rem;
    }

    .uc-embedding-buttons {
        flex-wrap: nowrap;
    }



}