@media only screen and (max-width: 768px) {
	.home .banner-feature .item.new .professor{		
		background-position:right bottom;
	}
	.home .banner-feature .item.new.visible .professor{
	}
	
	.home .banner-feature .item.new .info{
		left:0;
		background-position:top center;
		background-origin:content-box;
		padding:0 15px;		
	}
	
	/* MILITAR 3 */
	.home .banner-feature .item.new.militar3 .logo{
		width:100%;
		height:100px;
		top:80px;
	}
	.home .banner-feature .item.new.militar3 .coordenador{
		width:100%;
		top:200px;
	}
	.home .banner-feature .item.new.militar3 .online{
		top:220px;
	}
	.home .banner-feature .item.new.militar3 .mec{
		top:250px;
	}
	/* END MILITAR 3 */
	
	/* MILITAR 3 */
	.home .banner-feature .item.new.tributario .logo{
		width:100%;
		height:100px;
		top:80px;
	}
	.home .banner-feature .item.new.tributario .coordenador{
		width:100%;
		top:200px;
	}
	.home .banner-feature .item.new.tributario .online{
		top:220px;
	}
	.home .banner-feature .item.new.tributario .mec{
		top:250px;
	}
	/* END MILITAR 3 */
	
	
	/* BUTTON */
	.home .banner-feature .item.new a.button{
		right:auto;
		left:-100%;
		top:300px;
		padding-left: 30px;
	}
	.home .banner-feature .item.new.visible a.button{
		right:auto;
		left: -15px;		
	}
	/* BUTTON */
}