#press_list {
	float: left;
	width: 90%;
	margin-bottom: 50px;
	border: 0px solid #FF9933;
}

@media screen and (min-width:880px) {
#press_list {
	margin-top: 40px;
	padding-left: 100px;
}
}

@media screen and (min-width:680px) and (max-width:880px) {
#press_list {
	margin-top: 10px;
	padding-left: 50px;
}	
}

/* Home tv */
@media only screen and (min-width:1919px) and (max-width:1921px) and (min-height:900px) and (max-height:938px){	
#press_list {
	margin-top: 70px;
	padding-left: 280px;
}
}

/* Lenovo Laptop */
@media only screen and (min-width:1518px) and (max-width:1536px) and (min-height:694px) and (max-height:755px){	
#press_list {
	padding-left: 220px;
}
}

@media screen and (max-width:680px) {
#press_list {	
	width: 100%;
	margin-top: 20px;
	padding-left: 0px;
}
}

/* Nokia Lumia 2520 */
@media only screen and (min-width:607px) and (max-width:607px) and (min-height:1080px) and (max-height:1080px){
#press_list {	
	width: 100%;
	margin-top: 40px;
	padding-left: 0px;
}
}

/* Google Nexus 7 */
@media only screen and (min-width:603px) and (max-width:603px) and (min-height:966px) and (max-height:966px){
#press_list {	
	width: 100%;
	margin-top: 40px;
	padding-left: 0px;
}
}

/* Amazon Kindle Fire */
@media only screen and (min-width:600px) and (max-width:600px) and (min-height:1024px) and (max-height:1024px){
#press_list {	
	width: 100%;
	margin-top: 40px;
	padding-left: 0px;
}
}

#press {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #66CCFF;
	display: block;
	float: left;
}

@media screen and (max-width:680px) {
#press {
	width: 100%;
}
}

@media screen and (min-width:680px) {
#press_left {
	width: 45%;
	float:left;
	display: inline;
	text-align: left;
	padding-left: 50px;
	border: 0px solid #DDDDDD;
}

#press_right {
	width: 45%;
	height: 258px;
	float:left;
	display: inline;
	text-align: center;
	border: 0px solid #DDDDDD;
}
img.press_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
}

@media screen and (max-width:680px) {
#press_left {
	width: 63%;
	float:left;
	display: inline;
	text-align: left;
	padding-left: 3px;
	border: 0px solid #DDDDDD;
}

#press_right {
	width: 34%;
	float:right;
	display: inline;
	text-align: right;
	padding-right: 2px;
	border: 0px solid #DDDDDD;
}
img.press_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
}

span.pressTitle {
	color: #FFFF33;
	font-size: 2vh;
}

a.pressTitle {
	color: #FFFF33;
	font-size: 2vh;
}

#press_modal {
	width: 95%;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #FF9933;
}

#press_modal_image {
	z-index: 27;
}

img.modal_image {
	width: 60vh;
	height: auto;
}