@media all {
	
	.featherlight {
		text-align: center;
		white-space: nowrap;
		background: #333;
		background: rgba(0, 0, 0, 0);
		display: none;
		position:fixed;
		top: 0; bottom: 0; 
		left: 0; right: 0; 
		z-index: 9999;
		cursor: url(../img/close.png) 25 25, auto;
	}

	.featherlight:last-of-type {
		background: rgba(64, 64, 64, 0.8);
	}

	.featherlight:before {
		content: '';
		width: auto; height: 100%;
		margin-right: -0.25em;
		display: inline-block;
		zoom: 1; 
		*display: inline;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		text-align: left;
		white-space: normal;
		max-width: 970px;
		max-height: 95%;
		background: white;
		margin-left: 5%;
		margin-right: 5%;
		display: inline-block;
		zoom: 1; 
		*display: inline;
		vertical-align: middle;
		position: relative;
		overflow: auto;
		cursor: auto;
	}

	.featherlight .featherlight-inner {
		display: block;
	}

	.featherlight .featherlight-close-icon {
		color: #000;
		font-family: Arial, sans-serif;
		line-height: 25px;
		text-align: center;
		width: 25px; height: auto;
		background: white;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		z-index: 9999;
		top: 0; right: 0;
		cursor: pointer;
		display: none;
	}

	.featherlight .featherlight-image {
		width: 100%;
	}

	.featherlight-iframe .featherlight-content {
		width: 854px; height: 480px; 
		max-width: 100%;
		background: black;
		border-bottom: 0;
		padding: 0;
		position: relative; 
		overflow: hidden;
	}

	.featherlight iframe {
		width: 100%; height: 100%; 
		border: none;
		position: absolute; 
		top: 0; left: 0; 
	}

	.featherlight * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.featherlight .featherlight-content {
		max-height: 98%;
		border-bottom: 10px solid transparent;
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px 10px 0;
	}
	
}
