.category-card {
    position: relative;
}
.category-card .overlay-img {
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .category-card {
        width: 33.333% !important;
    }
}
.category-card .overlay-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-radius: 0.5rem;
}
.category-card .overlay-img:hover img,
.category-card .overlay-img:active img {
    transform: scale(1.1);
}
.category-card .overlay-img img {
    transition: transform 0.35s ease;
    border-radius: 0.5rem;
}
.category-card .card-title a {
    color: #171717 !important;
    letter-spacing: 0.02em;
    font-size: .85rem;
    font-weight: normal !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 .1rem;
    text-align: center;
}
.category-card .card-body h4 {
    font-size: 0.7rem;
    color: #171717;
}
.category-card .video-icon {
    width: 1.5em;
    height: 1.5em;
}
.skeleton-category-img {
    padding-top: 71.67%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .category-card .card-title a {
        font-size: 0.9rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
    .category-card .card-title a {
        font-size: 1rem !important;
    }
}
@media (min-width: 1200px) {
    .category-card .overlay-img img {
        height: 100% !important;
    }
}
@media (min-width: 1366px) {
    .category-card .card-title a {
        font-size: 1.1rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1366px) {
    .category-card .card-body h4 {
        font-size: 0.8rem;
    }
}
@media (min-width: 1366px) {
    .category-card .card-body h4 {
        font-size: 0.85rem;
    }
    .category-card .categoryBadge h5 {
        font-size: 0.75rem !important;
    }
}
@media (min-width: 1440px) {
    .category-card .card-body h4 {
        font-size: 0.9rem;
    }
    #categories .categoryBadge h5 {
        font-size: 0.75rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1366px) {
    .category-card .categoryBadge h5 {
        font-size: 0.725rem !important;
    }
}