.ipad {
	background-image: url(../_media/black.jpg);
	width: 640px;
	height: 480px;
	max-width: 100%;
	margin-top: 11px;
	border-color: black;
	border-style: solid;
	border-width: 38px 50px;
	border-radius: 32px; }
.ipadp {
	background-image: url(../_media/blackp.jpg);
	width: 480px;
	height: 640px;
	max-width: 100%;
	margin-top: 11px;
	border-color: black;
	border-style: solid;
	border-width: 50px 38px;
	border-radius: 32px; }
.iphone {
	background-image: url(../_media/blackp.jpg);
	width: 480px;
	height: 640px;
	max-width: 100%;
	margin-top: 11px;
	border-color: black;
	border-style: solid;
	border-width: 50px 8px;
	border-radius: 32px; }
.reflection  	{
	-webkit-box-reflect: below -1px
		-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));

	margin-bottom: 33px;
	-webkit-box-reflect: below -11px
		-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(white)); }

.reflection.ipadp  { 
	-webkit-box-reflect: below -11px
		-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.93, transparent), to(white));
	}

/* iPad */
@media only screen and (max-device-width:1024px) {
	.ipad {
		width: 480px;
		height: 360px;
 		}
	.ipadp { 
		width: 360px;
		height: 480px;
 		}
}

