img {
	border: 0;
	max-width: 100%;
	height:auto;
}
.left{
	position:absolute;
	top:5%;
	left:5%;
}
.right{
	position:absolute;
	top:5%;
	right:5%;
}

@media only screen and (max-width: 690px) {
.left img, .right img{
	max-width:52px;
}
}