@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/Light%20Purple%20Shadow.jpg);;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.myimage{
	height:550px;
	width:600px;
	margin-top:20px;
	margin-left:550;
	background-color:#999;

}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 200px;
  height: 200px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 400px;
  height: 400px;
  margin-left:610px;
  margin-top:-500px;
}

@media screen and (max-width:1250px){
	.picturealternate{
		width:40%;
	}