@media (min-width: 375px) and (max-width: 667px) {
	.bg-body {
		height:auto !important;
	}
}
@media (min-width: 344px) and (max-height: 1024px) {
	.bg-body {
		height:auto !important;
	}
}

@media (min-width: 1030px) and (max-height: 1024px) {
	.bg-body {
		height:100% !important;
	}
}


