.galery-box{
    background-color: rgb(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.galery-box img{
    height: 400px;
    width: 100%;
    max-width: 100%;
    max-height: 400px ;
    object-fit: cover;
    opacity: 0.8;
    
}



