// Content PRO Equal Height Utility Class
.g-content-pro {
	&.content-equal-height {
		.g-block {
			> .g-content {
				height: 100%;
				.g-content-pro-item {
					height: 100%;
					overflow: hidden;
					.g-info-container {
						height: 100%;
					}
				}
			}
		}
	}
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »