@charset "UTF-8";

.homg-number
{
	text-align: right;
}

.homg-number-container
{
	display: inline-block;	
	width: 255px;
	margin: auto;
}

.homg-number-value
{
	position: relative;
	display: table-cell;
	width: 255px;
	height: 255px;
	color: #ffffff;
	border-radius: 255px;
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	vertical-align: middle;
	text-align: center;
	font-size: 130px;
}


@media screen and (max-width : 900px)
{
	.homg-number
	{
		text-align: center;
	}
	
	.homg-number-container
	{
		display: inline-block !important;	
		width: 255px !important;
		text-align: center !important;
	}
	
	.homg-number-value
	{
		display: table-cell !important;
		width: 255px !important;
		height: 255px !important;
	}
}