/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 13:24:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.gallery-sec img{
	object-fit:contain !important;
	width: 100%;
    height: 100%;
	vertical-align: top !important;
	    aspect-ratio: 1 !important;
}
.gallery-sec .wp-block-column.is-vertically-aligned-center{
	align-self:flex-start !important;
}

