/* استایل‌های قبلی بدون تغییر */

/* استایل جدید برای thumbnails ویدیو در گالری */
.video-thumbnail-li {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.video-thumbnail-img {
    width: 100%;
    height: auto;
    display: block;
}

.video-thumbnail-li .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    text-shadow: 0 0 5px black;
    pointer-events: none;
}

/* اگر thumbnails خیلی کوچک هستند، می‌توانید این را اضافه کنید */
.flex-control-thumbs img {
    opacity: 0.7;
}
.flex-control-thumbs img.flex-active,
.flex-control-thumbs img:hover {
    opacity: 1;
}