/*@media only screen and (device-width: 768px) {
header {position:relative;}
}*/

/* iphone-------------------------------------------------------------------------------------------------------- */

@media only screen and (min-device-width: 0) and (max-device-width: 480px) and (orientation:portrait) {

}

@media only screen and (min-device-width: 0) and (max-device-width: 480px) and (orientation:landscape) {

}


/* ipad-------------------------------------------------------------------------------------------------------- */



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

.img1,.img2{
	max-height:600px;
	position:absolute;
}
.img1 img{
	width:234px;
	height:600px;
	margin-right:60px
	/*position:fixed;
	left:30%;*/
}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}


