.appPreviewContainer {
  position: relative;
  background-repeat: no-repeat;
  padding-left: 59px;
  padding-top: 149px;
  width: 496px;
  height: 966px;
  background-size: 496px 966px;
  background-image: url("/img/iPhone.png"); }
  .appPreviewContainer video {
    width: 376px; }

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 0px) {
	header::before{
		content: "xs";
	}
}
@media (min-width: 576px) { 
	header::before {
    	content: "sm";
	}
}
@media (max-width: 576px) {
	.appPreviewContainer {
		width: 346px;
		height: 674px;
		background-size: 346px 674px;
		
		padding-left: 41px;
		padding-top: 103px;
		
		video {
			width: 263px;
		}
	}
}

@media (max-width: 768px) {
	.appPreviewContainer {
		margin: auto;
	}	
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	header::before {
    	content: "md";
	}
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
	header::before {
    	content: "lg";
	}
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1500px) { 
	header::before {
    	content: "xl";
	}
}
*/
