/* Popup Images */

.popup-thumb {
	float: left;
	width: 100%;
  max-width: 125px;
	height: auto;
 	background-color: #fff;
  margin: 0 15px 0 4%;
	padding: 0;
	text-align: center;
	font-size: 70%;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.popup-thumb-landscape {
	float: left;
	width: 100%;
  max-width: 210px;
	height: auto;
 	background-color: #fff;
  margin: 0 15px 0 4%;
	padding: 0;
	text-align: center;
	font-size: 75%;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.popup-thumb-film {
	float: left;
	width: 100%;
  max-width: 110px;
	height: auto;
 	background-color: #fff;
  margin: 0 15px 0 4%;
	padding: 0;
	text-align: center;
	font-size: 70%;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.thumb {
	width: 100%;
	height: auto; 
	border: 2px solid #ccc;
}

.popup {
	display: none; 
	position: fixed; 
	top: 0;
	z-index: 9999;
}

.portrait {
	width: 80%;
	max-width: 450px;
	height: auto;
  background-color: #fff;
 	border: 2px solid #ccc;
  margin: 0;
	padding: 2%;
}

.popup-large {
	width: 100%;
	height: auto;
}
	
.landscape {
	width: 80%;
	max-width: 825px;
	height: auto;
  background-color: #fff;
 	border: 2px solid #ccc;
  margin: 0;
	padding: 2%;
}

.popup-btn-close {
	position: absolute; 
	top: 8px; 
	right: 5px; 
	color: #000;
	background-color: #fff; 
	font-size: 155%; 
	font-weight: bold; 
	cursor: pointer;
}

/* STYLES FOR SCREENS BELOW 27.5 EM (440px) */
@media only screen and (max-width : 27.5em) {
	.portrait {width: 85%;}
	.landscape {width: 85%;}
}
