@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){
	
	.main-img-tekst{
		font-size: 1rem;
	}
	
	.vesti{
		margin-top: 5vh;
		display: block
	}
	
	.vesti-datum{
		display: none;
	}
	
	.vesti-tekst{
		padding: 0 2rem;
	}
	
	
	/* ISPRAVKA ZA MOBILNI*/
	
	
	#masthead-search{
		margin-right: 4rem !important;
		margin-top: 0rem !important;
	}
}