/* Enter Your Custom CSS Here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#header-logo {
		width:160px;
		height: 150px;
	}
}

.wa-ikona {
   height: 30px;
  margin-top: 5px;
	margin-bottom:5px;
}

@media (max-width: 768px) {
  .wa-ikona {
    margin-top: 0px;
		height: 20px;
		display:inline-block;
			margin-bottom:10px;
	
  }
}
