/* Add custom CSS styles below */ 
/* Replace video with image in Videos Gallery */
.s-block--videos-gallery video {
    display: none; /* hides the video */
}

.s-block--videos-gallery {
    background-image: url('https://example.com/your-image.jpg'); /* حطي رابط الصورة هنا */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px; /* ارتفاع تقريبي لنفس حجم الفيديو */
}