﻿body {
}
       .galleries {
    padding: 70px 0px 70px 0px;
    background-color: #F5F5F5;
}

.gallery {
    box-shadow: 5px 20px 55px 5px lightgray;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px !important;

    
     

}

    .gallery .card {
        height: 100%;
        margin-top: 20px;
        border-radius: 10px !important;
        
    }

    .galleries .img_gal {
    height: 200px;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

.vmc .card {
    padding: 20px !important;
}
/*.gallery:hover {
  transform: scale(1.1);
}*/

  
}



