/* CSS Document */
body{
	width:100%;
	padding:1px;
	margin:1px;
	}

#bot{
	position:absolute;
	bottom:0px;
	left:5px;
	}

#image{
	position:absolute;
	}

#left{
	width:1px;
	height:1px;
	position:relative;
	left:100%;
	}
.mob{font-size:1em;
}

@media only screen and (max-device-width: 480px) {
.mob{font-size:5em;
}
	
}