.modal-content {
	
	background-size:cover;
	background-repeat:no-repeat;
	
}
@media (min-width: 320px) and (max-width: 767px){
	
	#navigation {
		height:auto !important;
		min-height:25px;
	padding: 5px 0 !important;
}

#navigation .navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;

}
#navigation  .navbar-brand{height:auto;}
#navigation  .navbar-brand img{width:auto !important;height:30px;}

}