.case {
    padding-top: 0.6rem;
    width: 16rem;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
}

.case .fac-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.39rem;
    text-align: center;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 0.5rem;
}

.videos .vis-card {
    width: 5rem;
    height: 3.7rem;
    margin-right: 0.5rem;
    cursor: pointer;
    margin-bottom: 0.4rem;
}

.videos .vis-card:nth-child(3n){
    margin-right: 0;
}

.videos .vis-card .card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    /* background: url('../img/galleriex/2.png') no-repeat;
    background-size: 100% 100%; */
}

.vis-card .card-img .bg-img {
    width: 5rem;
    height: 3rem;
}

.vis-card .card-img .vid-img {
    position: absolute;
    z-index: 1;
    width: 0.7rem;
    height: 0.7rem;
}

/* .videos .vis-card .card-img img {
    width: 0.7rem;
    height: 0.7rem;
} */

.videos .vis-card .card-text {
    width: 100%;
    height: 0.7rem;
    font-weight: 500;
    font-size: 0.2rem;
    line-height: 0.7rem;
    border-bottom: 0.01rem solid #D8D8D8;
    color: #191919;
    text-align: center;
    box-sizing: border-box;
}


.active {
    background: #000;
    color: #fff !important;
}