@media screen and (max-width: 768px){
	ul.breadcrumb{
		min-height:46px;
	}
	.mobile_visible{
		display:block;
	}

	#topNav > .container {
		padding-top:0 !important;
	}
	.ozadje_frizura h1 {
	color: white;
    font-weight: bold;
    font-size: 4em; 
    line-height: 1.2em;
	  }
}
@media (min-width: 576px) { .ozadje_frizura h1 {
	color: white;
    font-weight: bold;
    font-size: 4em; 
    line-height: 1.2em;
	  } }

