.frame-image-belt{
    margin-top: -150px;
    margin-bottom: 50px;
    background-color: #f2f2f2;
    padding: 27px 15px;
    border-radius: 10px;
}

.frame-image-belt .gallery-row{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(80px,1fr));
}

.frame-image-belt img{
    width: 100%;
    height: auto;
}

.frame-image-belt .gallery-item {
    flex: 1;
    display: flex;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
}

.frame-image-belt img{
    border-radius: 10px;
}

.frame-image-belt .ce-column{

}

.frame-image-belt .caption{
padding-top: 15px;
}

.frame-image-belt img{
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media screen and (max-width: 1200px){
    .frame-image-belt .gallery-row{
        grid-template-columns: 1fr 1fr 1fr;
    }

  
}

@media screen and (max-width: 992px){
    .frame-image-belt .gallery-row{
        grid-template-columns: 1fr 1fr;
    }

  
}