.ba-album.css-style-10 .ba-album-items:hover .ba-image img,
.ba-gallery-grid.css-style-10 .ba-image:hover img {
    transform: none !important;
}

.ba-gallery-grid.css-style-10 .ba-image:before {
    content: "";
    background: #33333345;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: .3s;
    opacity: 0;
}

.ba-gallery-grid.css-style-10 .ba-image:hover:before {
	opacity: 1;
}
.short-description {
  font-size: 20px !important;
}