.galleryItem {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.col {
    transition: all 500ms ease-in-out  ;
}

.col:hover {
    transform: scale(0.9);
}