.edit 
{
	width: 460px;
}

.ip-wrapper {
    display: inline-block;
    max-width: 770px;
}

.ip-background {
    position: absolute;
	cursor: pointer;
	background-color: rgb(150,150,150);
	border-radius: 2px;
}

.ip-outline {
	background-color: white;
	position: absolute;
	margin: auto auto;
	top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	border-radius: 8px;
}

.ip-interior {
	background-color: rgb(150,150,150);
	position: absolute;
	width: 88%;
	height: 88%;
	margin: 6%;
	border-radius: 6px;
}

.ip-lens {
	height: 40%;
	width: 40%;
	border-radius: 1000px;
	background-color: white;
	position: absolute;
	margin: 26% 30%;
}

.ip-button {
	background-color: white;
	height:4%;
	width: 12%;
	position: absolute;
	top: -2%;
	left: 7%;
	border-radius: 3px;
}

.ip-text {
	position: relative;
	text-align: center;
	margin: 10%;
	top: 62%;
	color: white;
	font-weight: bold;
	font-family: Arial;
}