#mail1{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#ex1{
	display: inline-block;
	margin-top: 50px;
	width: 280px;
	margin-right: 20px;

}
#ex2{
	width: 280px;
	display: inline-block;
	margin-left: 50px;

}
#wreath{
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
    -ms-transition:all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

    width: 200px;heigh:auto;
    vertical-align: bottom;
}

#mobile{
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    width: 200px;heigh:auto;
    vertical-align: bottom;
}
#wreath:hover{
	width: 350px;height: auto;
}
#mobile:hover{
	width: 350px;height: auto;
}

