img{
    max-width: 100%;
}
.gallery{
    background-color: #cacef7;
    padding: 80px 0;
}
.gallery img{
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgb(0,0,1);
    cursor: pointer ;
}
#gallery-modal .modal-img{
    width: 100%;
    
    
}