/*  Origin - Happy Holidays for Prosilver
    ---------------------------------------------------------------------------------
	                   Message de joyeuses fêtes au header
    ---------------------------------------------------------------------------------
*/

.logo-hh {
	z-index: 1;
	background: url("./images/hh.png");
	width: 150px;
    height: 150px;
	position: absolute;
    margin-left: 450px;
    margin-top: -40px;
}


@media screen and (max-width: 700px) and (max-device-width: 700px) {
    .logo-hh {
        width: 0;
        height: 0;
    }
}