@media (min-width: 768px){

	body.home .navbar-brand:not(.navbar-brand-mobile){
		display:none !important;
	}
	body.home.header-small .navbar-brand:not(.navbar-brand-mobile){
		display:inline !important;
	}
	#navbar-wrapper{	
		height:154px;
	}	
	body.header-small #navbar-wrapper{
		height:80px;
	}	
	#home-features li{
		min-width: 18%;
		font-size: 0.7em;
	}
	#home-features .feature-ico {
		width: 80px;
		height: 80px;
	}	
	#sesction-video{
		height: 305px;
	}	
	
}