.gal-gallery {
    margin-top: 20px;
    border: 1px solid #ddd;
    z-index: 100;
    margin-bottom: 20px;
    line-height: 1;
}

.gal-gallery img {
    margin: 0px !important;
    padding: 5px !important;
}

.gal-gallery p {
	margin: 0 !important;
	padding: 0 !important;
}

.gal-gallery a {
	text-decoration: none;
	color: unset;
	-webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1) !important;
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1) !important;
	-webkit-transition: all 0.3s ease-out !important;
	-moz-transition: all 0.3s ease-out !important;
	-o-transition: all 0.3s ease-out !important;
	-ms-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;   
}

.gal-gallery a:hover {
	-webkit-filter: brightness(65%);
	filter: brightness(65%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.gal-gallery a:focus {
	outline: none;
}

.gal-gallery-number {
    padding: 9px;
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 13px;
    text-align: center;
    color: #333;
    background-color: #fdfdfd;
    border-top: 1px solid #ddd;
}

.gal-gallery-image {
    max-height: 550px;
    margin-top: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5) !important;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.gal-gallery-image:hover {
	-webkit-filter: brightness(65%);
	filter: brightness(65%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}