div.gallery-from-files,
ul.gallery-from-files {
    margin: 10px 0;   
    clear: both;
    position: relative;
    list-style: none;
    padding-left:0;
}

div.gallery-from-files > div,
.gallery-from-files li {
    float: left !important;
	border-radius: .25rem !important;
    margin-bottom: 1.25rem !important;
}
div.gallery-from-files div a:hover,
ul.gallery-from-files li a:hover  {
	text-decoration: none;
	color: inherit;
}

.gallery-from-files-image {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;    
}
.gallery-from-files-image div {
	margin: .25rem;
    overflow: hidden;
}

.gallery-from-files-image img {
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
    /* object-fit: cover; */
    transform: scale(1);
}

.gallery-from-files-image img:hover {
    transform: scale(1.05);
}
.gallery-from-files .title {
    text-align: center;
    text-decoration: none;
    color: #444;
    font-size: 80%;
}
