#header #img_header{ 
		height:190px;
		width: 190px;
		object-fit: contain;
		position: relative;
		top: -55px;
	}
	#header .show-on-scroll{
		display: none !important; 
		height:190px;
		width: 190px;
		object-fit: contain;
		position: relative;
		top: 0px;
		left: -60px;
	} 
	#header.scrolled #img_header{ 
		display: none !important;
	}
	#header.scrolled .show-on-scroll{
		display: unset !important;
	} 


	@media screen and (max-width: 678px){

		#header #img_header{ 
			display: none !important;
		}
		#header .show-on-scroll{
			display: unset !important;
			margin-bottom: -20px !important;
		}

	}