.sponsortSeparator
{
	width: 2px;
	height:150px;
	
	position: relative;
}

.sponsortSeparator div
{
	height: 75px;
	width:2px;
	background-color: #fff; ;
	position: relative;
	top: 37.5px;
}

.sponsortSeparator.sep_horizon
{
	display: block;
	width: auto;
	height:2px;

}

.sponsortSeparator.sep_horizon div
{
	margin:auto;
	width: 75px;
	top: 0px;
	height: 2px;
}


@media only screen and (max-width: 800px)
{
    .sponsortSeparator
    {
        height:100px;
		
    }

	.sponsortSeparator div
    {
        height:50px;
		margin-top: -12.5px;
    }

	
}