.normalK {position: absolute; top: 25vh; margin-left: 50vw; width: 25vw; height: 50vh; max-height: 450px; background-color: rgb(255,255,255);}
	.normalK img {height:100%; float:left;}
.mirrorK {position: absolute; top: 25vh; margin-left: 25vw; width: 25vw; height: 50vh; max-height: 450px; background-color: rgb(255,255,255);}
	.mirrorK img {height:100%; float:right;}
 #moveContainer {position: absolute; top: 25vh; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 50vw; height: 50vh;}

 #menu{position: absolute; top: 42vh; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 28vw;  overflow: hidden;}
 	#menu p{cursor:pointer; font-size:2.2vh; text-align:center; color:rgb(0,0,0); font-family: 'Poiret One', cursive; letter-spacing:0.15em;}
 	#menu p:hover{font-size:2.25vh;letter-spacing:0.25em}

 #contactA {position:absolute; text-align:center; bottom:0.1vh; left:1.8vw; z-index:4;}
 	#contactA p {cursor:default; float:right; font-size:1.5vh; color:rgb(0,0,0); font-family: 'Poiret One', cursive;}