.video-block {
    margin-block-end: 9.8125rem !important;
}

.youtube-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
  
.youtube-wrapper .video-thumbnail {
    display: block;
    width: 100%;
    height: clamp(12.75rem, -0.532rem + 56.67vi, 47rem);
}
  
.play-button {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    &::after {
        content: '\f04b';
        font-family: "Font Awesome 6 Pro";
        color: var(--wp--preset--color--white);
        font-weight: bold;
        font-size: var(--wp--preset--font-size--h-1);
    }
}