.g-min-height-custom1{
	min-height: 584px;
}
.g-min-height-custom2{
	min-height: 430px;
}

@media (max-width: 768px) {
	.g-min-height-custom1{
		min-height: auto;
	}
	.g-min-height-custom2{
		min-height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	/* Styles for tablets in portrait mode */
	.g-min-height-custom1{
		min-height: 670px;
	}
	.g-min-height-custom2{
		min-height: 670px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* Styles for tablets in landscape mode */
	.g-min-height-custom1{
		min-height: 755px;
	}
	.g-min-height-custom2{
		min-height: 543px;
	}
}