
#banner-slider .owl-item img
{
	margin:0 auto;
}

.news-right
{
	position:absolute;
	right:0px;
	top:0px;
}

.news-right:before
{
	left:0px;
}

.threes
{
	width:100%;
	display:none;
	text-align:center;
	line-height:40px;
	padding-bottom:2em;
	
}
.threes a
{
	color:#fff;
	display:block;
	font-size:1.125em;
}



@media screen and (max-width:1400px)
{
		

		.threes a
		{
			font-size:1em;
		}
	

	.news-right:before
	{
		left:-4px;
	}

}


@media screen and (max-width:1280px)
{
		.threes a
		{
			font-size:0.875em;
		}

}


@media screen and (max-width:812px)
{
	
	.news-right
	{
		position:relative;
	}

	.news-right:before
	{
		left:calc(50% - 11px);
	}


}