/* Enter Your Custom CSS Here */
.desktop_blankspace_ecosys {
	display:inline;
}

.tablet_blankspace_ecosys {
	display:none;
}

.smartphone_blankspace_ecosys{
	display:none;
}


@media only screen and (max-width: 1200px)
{
	.desktop_blankspace_ecosys{display:none;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
	.tablet_blankspace_ecosys{display:inline;}
}

@media only screen and (max-width: 600px)
{
	.smartphone_blankspace_ecosys{display:inline;}
}

.center_element {
	position: absolute;
	left: 42%;
}

@media only screen and (max-width:1200px)
{
	.center_element{left:40%;}
}

@media only screen and (max-width:992px)
{
	.center_element{left:36%;}
}

@media only screen and (max-width:600px)
{
	.center_element{left:33%;}
}

@media only screen and (max-width:500px)
{
	.center_element{left:25%;}
}