@media only screen and (min-width: 0px) {
			.navbar-brand img{
			  
			    height:75px !important;
			}
}

@media only screen and (min-width: 992px) {

			.navbar-brand img{
			  
			    height:100px !important;
			}
			
			.sadacc_main_menu img{
					position: absolute;
			    z-index: 66;
			    top: 20px;
			}
}