#vlightbox {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.heading_align {
    display: flex;
    list-style-type: none;
}
.image_resln {
    height: 140px;
    width: 220px;
    border-radius: 5px;
    object-fit: cover;
}
.heading_li {
    list-style-type: none;
    position: relative;
    display: block;
    height: 33px;
    font-size: 16px;
    margin-right: 25px;
}

@media (max-width: 1200px) {
    /* CSS for screens smaller than 768px wide */
    .resDiv{
        overflow: hidden;
    }
    .resUl{
        overflow: scroll;
    }
}
