@-ms-viewport{ width: device-width; }
body { background: #C14B4B; font-family: 'Lato', sans-serif; font-size: 1em; line-height: 1em; letter-spacing: .05em; margin: 0; }
header { background: #B64646; padding: 20px 0; }
.btw { background: #422F2F; padding:2px 20px; text-align: center; position:fixed; top:0px; line-height:3em; }
.btwlink { color: white; text-decoration: none; font-size: 12px; }
h1.heading { line-height: 1.1em;  text-align: center;  font-weight: 400;  font-size: 1.7em;  color: #EDF7F2; margin-top: 40px;}

.imagezoom {width: 400px; margin: 2% auto; max-width: 95%; min-height: 400px; border-radius: 5px; color: #FFF; font-size: 1.5em; }

.magnifyMe {
background: url('//upload.wikimedia.org/wikipedia/commons/3/34/Evelina_Chiang_Pretty_girl_with_a_sexy_dress.jpg');
width: 400px;
background-size: contain;
background-repeat: no-repeat;
height: 600px;
position: relative;
overflow: hidden;
}

.iamMagnified {
width: 200px;
height: 200px;
position: absolute;
background: url('//upload.wikimedia.org/wikipedia/commons/3/34/Evelina_Chiang_Pretty_girl_with_a_sexy_dress.jpg');
background-size: initial;
opacity:0;
background-repeat: no-repeat;
border-radius: 100px;
box-shadow: 0 0 10px #000;
border: 4px solid #CCC;
}

div.magnifyMe:hover .iamMagnified {
  opacity: 1;
};