.custom-thumb-info:hover .thumb-info-wrapper {
    transform: scale(1.05); /* ขยายขนาดเล็กน้อย */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* เพิ่มการเปลี่ยนแปลงแบบนุ่มนวล */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* เงาที่เพิ่มขึ้นเมื่อ hover */
}

.custom-thumb-info:hover .thumb-info-title {
    background-color: rgba(0, 0, 0, 0.8); /* เปลี่ยนพื้นหลัง */
    color: #fff; /* เปลี่ยนสีตัวอักษร */
    transition: background-color 0.3s ease, color 0.3s ease;
}
