.navbar.navbar-inverse {
	margin-top: -50px;
	background: rgba(0, 0, 0, 0.4); 
	border: 0;
}

.navbar.navbar-inverse li>a {
	color: white;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    background: rgba(0, 0, 0, 0.6); 
}

.zoom {
	position:relative;
	max-width:100%;
	max-height:100%;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.zoom:hover {
	-ms-transform: scale(2,2); /* IE 9 */
     -webkit-transform: scale(2,2); /* Chrome, Safari, Opera */
     transform: scale(2,2);
	 z-index: 999;
}


#mbImage {
   box-sizing: content-box !important;
   margin-left: 0;
}