.hero-carousel-container,
.hero-carousel-item,
.hero-carousel-item img{
    width: 150px;
    height: 150px;
}
.hero-carousel {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.carousel-cell{
    align-items: center;
    padding:5px;
}
.thumbnailGallery img:hover{
    opacity: 0.7;
}
.hero-carousel-item:hover{
    background-color: rgba(0, 0, 0, 0.9);
}

.gallery-grid{ display:flex; flex-wrap:wrap; justify-content: space-between; }
.gallery-item{ flex-basis: calc(33.3333% - 30px); flex-grow: 0; flex-shrink: 0; }
.gallery-item img { width: 100%; }
.gallery-item h3 { text-transform: uppercase; padding-top: 0.5em; }
.gallery-item .text { text-align:left; }
.gallery-item .text p { font-size: 0.9em; }