div.header-logo a img{
        width:449px;
        height:100px;
	}

@media (max-width: 575px) {
	div.header-logo a img{
        width:280px;
        height:62px;
	}
}

.image-filter{
    -webkit-filter: brightness(40%) contrast(80%);
    -moz-filter:brightness(40%) contrast(80%);
}

#catProfile:hover #catProfileContent{
    background-image:url('/Content/images/kat-profiller-normal.jpg');
}



