.wp-block-rb-image-video-modal {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.wp-block-rb-image-video-modal__image.pf-video-play-button::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='135' height='135' viewBox='0 0 135 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.9878 101.714V34.2856L100.738 65.9851L44.9878 101.714Z' fill='white'/%3E%3Cpath d='M132.871 67.4286C132.871 103.572 103.704 132.857 67.7432 132.857C31.7823 132.857 2.61499 103.572 2.61499 67.4286C2.61499 31.2849 31.7823 2 67.7432 2C103.704 2 132.871 31.2849 132.871 67.4286Z' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20%;
    z-index: 10;
}

.wp-block-rb-image-video-modal__image {
    z-index: 8;
}

.wp-block-rb-image-video-modal__image img {
    width:100%;
}

.pf-inline-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    cursor: pointer;
}

.pf-inline-video-wrapper img,
.pf-inline-video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}

.wp-block-rb-image-video-modal__image.pf-video-play-button.pf-video-is-playing::before {
    display:none;
}