<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SiteOrigin Image Grid Widget */
.sow-image-grid-image a img {
		height: 125px;
		border: 1px solid;
		filter: drop-shadow(2px 2px 3px #000000);
}
.sow-image-grid-image {
		width: 150px;
		height: 185px;
}
/* Foo Gallery Titles and Descriptions */
.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption {
		border-style:none;		
}
.foogallery .fg-caption {
		font-size: 13px;
}.foogallery .fg-caption-title {
		font-size: 13px;
}
.foogallery .fg-caption-desc {
		font-size: 10px;
}

/* Site Origin Image Grid Bottom Alignment */
.sow-image-grid-image {
		display: grid;
    align-content: end;
    min-height: 100%;
}</pre></body></html>