.media-video-widget {
    position: relative;
    max-width: 865px;
    margin: 0 auto;
}

.media-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 ratio */
    background: #000;
}
.elementor-widget-media_video_widget{
    width: 100%;
}

.media-video-container video,
.media-video-container .media-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-video-thumbnail {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.media-play-button {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 146 146" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_742_400)"><circle cx="73" cy="69.1262" r="50" fill="white"/></g><path d="M62.5 84.1262C62.1685 84.1262 61.8505 83.9945 61.6161 83.7601C61.3817 83.5257 61.25 83.2077 61.25 82.8762V55.376C61.25 55.1588 61.3067 54.9453 61.4143 54.7567C61.522 54.568 61.677 54.4106 61.8639 54.3001C62.0509 54.1896 62.2635 54.1297 62.4807 54.1263C62.6979 54.123 62.9122 54.1763 63.1025 54.281L88.1027 68.0311C88.2987 68.139 88.4621 68.2975 88.5759 68.4901C88.6898 68.6827 88.7498 68.9024 88.7498 69.1261C88.7498 69.3498 88.6898 69.5694 88.5759 69.762C88.4621 69.9547 88.2987 70.1132 88.1027 70.2211L63.1025 83.9712C62.918 84.0728 62.7107 84.1261 62.5 84.1262Z" fill="%23649F3C"/><defs><filter id="filter0_d_742_400" x="0.799999" y="0.926189" width="144.4" height="144.4" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="11.1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_742_400"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_742_400" result="shape"/></filter></defs></svg>');
    width: 14.56%;
    min-width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 0;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: none;
    transition: transform 0.3s ease !important;
}

.media-play-button:hover {
    transform: scale(1.05);
}

.vimeoVideos .media-video-thumbnail{
    align-items: flex-end;
    justify-content: flex-start;
}
.vimeoVideos .media-play-button{
    width: 16%;
    bottom: 10px;
    left: 10px;
    position: relative;
    min-width: 50px;
}
.vimeoVideos .media-video-thumbnail, .vimeoVideos .media-video-container video, .vimeoVideos .media-video-container{
    border-radius: 16px;
}
