.headerClass{
background-image: url("/assets/img/bg-head.png");	
}

::-moz-selection { background: #f15a23; color: #fff; text-shadow: none; }
::selection { background: #f15a23; color: #fff; text-shadow: none; }

img {
    width: 400px;
}
@media (max-width: 480px) {
    img {
        width: 100%;
    }
}