
.site-header img {
	position: absolute;
	top: 10px;right:20px;
	float:right;height:70px;
}

@media screen and (max-width: 600px) {
    .site-header img {
        position: static;
        margin: auto;
height:70px;
    }
    
}