@media all and (max-width: 600px) and (orientation:landscape) {
h3 {font-size:20px;}
	.Graphic,.ContactUs {
		display:inline-block;
		width:30%;
		}

}
@media all and (max-width: 600px) and (orientation:portrait) {
h3 {font-size:12px;}
.Graphic,.ContactUs {
	display:block;
	margin:auto;
	width:80%;
	padding-bottom:2vh;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media all and (min-width: 600px) {
h3 {font-size:20px;}
	.Graphic,.ContactUs {
		display:inline-block;
		width:30%;
		}
}

/* Medium devices (landscape tablets, 768px and up) */
@media all and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media all and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media all and (min-width: 1200px) {}

p {margin-top:3px;text-align:center;}
.Graphic,.ContactUs {
	vertical-align:middle;
}
.Graphic > img {
	width:79%;
}
.ContactUs img {
	height:25px;
	width:30px;
}	
