#photos_container {
	float: left;
	width: 98.4vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	position:relative;
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}

#photos {
	width: 95%;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px solid #66CCFF;
	padding-left: 50px;	
	display: block;
	float: left;
}

/* Dell Laptop */
@media only screen and (min-width:1279px) and (max-width:1281px) and (min-height:609px) and (max-height:865px){	
#photos_container {
	width: 99.5vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}
}

/* Apple iPad Pro 2015 12.9 */
@media only screen and (min-width:1024px) and (max-width:1025px) and (min-height:500px) and (max-height:1367px){
#photos_container {
	width: 99.5vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}
}

/* Apple iPad, Microsoft Surface RT, Google Nexus 10, Samsung Galaxy Note 10.1, Apple iPad Pro 2018 11 */
@media only screen and (min-width:768px) and (max-width:835px) and (min-height:900px) and (max-height:1367px){	
#photos_container {
	width: 99.5vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}
}

/* Amazon Kindle Fire, BlackBerry PlayBook, Google Nexus 7, Nokia Lumia 2520 */
@media only screen and (min-width:599px) and (max-width:608px) and (min-height:965px) and (max-height:1081px){	
#photos_container {
	width: 96vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}
}

/* 460-480 stuff */
@media only screen and (min-width:459px) and (max-width:481px) and (min-height:200px) and (max-height:801px){	
#photos_container {
	width: 95vw;
	height: 150vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}
}


/* 384-424 stuff */
@media only screen and (min-width:383px) and (max-width:425px) and (min-height:500px) and (max-height:754px){	
#photos_container {
	width: 94vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}
}
	

/* Iphone 6 & 7*/
@media only screen and (min-width:375px) and (max-width:376px) and (min-height:500px) and (max-height:740px){	
#photos_container {
	width: 98.4vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}
}

/* 360 Stuff */
@media only screen and (min-width:360px) and (max-width:361px) and (min-height:300px) and (max-height:741px){	
#photos_container {
	width: 94vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}
}

/* iPhone 5 */
@media only screen and (min-width:319px) and (max-width:320px) and (min-height:454px) and (max-height:570px){
#photos_container {
	width: 98.5vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:10vh;
}
}

/* 240 Stuff */
@media only screen and (min-width:240px) and (max-width:241px) and (min-height:200px) and (max-height:428px){
#photos_container {
	width: 90vw;
	height: 90vh;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

#positioningDiv {
	border: 0px solid #66CCFF;
	width: 97vw;
	height:5vh;
}
}

