
/* keyvis Start */
.section-keyvis-cust.section-keyvis-slide {
    height: 400px;
}

#sec-keyvis-Gallery {
    background: url('../images/gallery/keyvis-Gallery.jpg') no-repeat center center;
    background-size: cover;
}

.ver-bm #sec-keyvis-Gallery {
    background: url('../images/gallery/keyvis-Gallery.jpg') no-repeat center center;
    background-size: cover;
}

#sec-keyvis-Gallery .keyvis-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-top: 0px;
}

#sec-keyvis-Gallery .keyvis-headline-tag {
    margin-top: 0px;
}

#sec-keyvis-Gallery .keyvis-headline-tag h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    text-shadow: 0px 0px 50px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

@media (max-width: 640px) {
    .section-keyvis-cust.section-keyvis-slide {
        height: 260px;
    }

    #sec-keyvis-Gallery {
        background: url('../images/gallery/keyvis-Gallery-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-Gallery {
        background: url('../images/gallery/keyvis-Gallery-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-Gallery .keyvis-headline-tag h1 {
        flex-direction: column;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .section-keyvis-cust.section-keyvis-slide {
        height: 400px;
    }

    #sec-keyvis-Gallery {
        background: url('../images/gallery/keyvis-Gallery-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-Gallery {
        background: url('../images/gallery/keyvis-Gallery-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-Gallery .keyvis-headline-tag {
        margin-top: 0px;
    }

    
 
}
/* keyvis End */

/* gallery Start */
.penal-gallery {
    padding-bottom: 50px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    mask-image: linear-gradient(to bottom, #000000 0% 92%, transparent);
}

.gallery-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gallery-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.gallery-tmb {
    margin: auto;
    padding: 10px;
    width: 100%;
    max-width: 350px;
}

.gallery-tmb img {
    margin: auto;
    width: 100%;
}

@media (max-width: 860px) {
    .gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* gallery End */