@charset "utf-8";

#greetings > h1 {font-size:2.8rem;}
#greetings > p {margin-top:2em;}
#greetings > address {margin-top:1em; text-align:right;}
#greetings > address::after {
	display:block; content:""; width:170px; height:0; margin:0 -10px 0 auto; padding:60px 0 0; background:url(images/greetings_autograph_en2025.gif) no-repeat; overflow:hidden;}

@media screen and (max-width:599px) {

#greetings > h1 {font-size:inherit;}
#greetings > p {margin-top:1em;}
#greetings > address {font-size:1.2rem;}
#greetings > address::after {width:30vw; padding:10vw 0 0; background-size:contain;}

}
