.page-node-type-galeria {

	.block-seed-tools {
		h1 {
			@include title-block($c-dimgray, 246%);
			font-weight: 100;
			margin-bottom: 1.4em;
			margin-top: 1em;
			text-align: center;

			&:after {
				margin: 20px auto 0;
			}		
		}
	}

	.field-name-field-galeria {
		@include gallery-blocks;

		img{
			width: 100%;
		}
	}
}