@media (min-width: 768px) {
    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

.fw-div-text-16px span{
    font-size: 16px !important;
}

.overlay-gradient-bottom-content:before {
    opacity: 0 !important;
    background: rgba(33, 37, 41, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 100%) !important;
    transition: opacity 0.3s ease;
}

.overlay-gradient-bottom-content:hover:before {
    opacity: 1 !important;
}

.fw-text-color-grey{
    color: #B1B1B1 !important;
}

/* Hide the text content by default and show it on hover */
.thumb-info-title {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thumb-info-wrapper:hover .thumb-info-title {
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
    max-height: 500px;
}
