.popup-position{
	z-index:50000; 
	display:none;
	position:absolute; 
	top:0; 
	left:0;
	width: 100%;
	height: 245%; 
	background-color:rgba(0,0,0,0.5);}
.pedigreetable h5{
	font-size:0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:italic;
	padding: 0 3px;}
.center_pidigree, .center_details, .center_vid{}
#popup-containerTbl, #popup-container, #popup-containerVid{ 
	padding:20px; }
#popup-wrapperTbl{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: 13% auto;
	max-width:800px;
	text-align:center;
	}
#popup-wrapper{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: 415px 0 0 450px;
	max-width:300px;
	text-align:center;
	}
#popup-containerVid{ 
	padding:20px;}
#popup-containerVid img{
	max-width: 600px;
	max-height: 500px;
	background:#fff;
	border: 5px solid rgba(255,255,255,1);} 
#popup-wrapperVid{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:660px;
	display:block;
	margin:11% auto ; 
	text-align: center;
	clear: both;}
.close, .closeVid, .closeTbl {
        position:static;
		float:right;
        right: 0;
		top: 0;
        width: 24px;
		background:#fff;
		border-radius:15px;}
.close a, .closeVid a,.closeTbl a{
		font-family:Tahoma, Geneva, sans-serif;
		color: rgba(238,173,14,1);
        line-height: 25px;
		text-decoration: none;
        font-weight: bold;
		text-align:center;
		padding: 3px;}
.close a:hover, .close a:hover, .closeTbl a:hover {color:rgba(10,10,10,1); }
.pedigreetable, #popup-container article, #v_iframe{
	background:#fff;
	border:15px solid rgba(255,255,255,1);}
@media (min-width:481px) and (max-width:768px) {
  /* For general iPad layouts */
.popup-position{
	width: 1000px;
	height: 780px;}
#popup-wrapperTbl{
	max-width:600px;
	}
.pedigreetable h5{
	font-size:0.7em;}
#popup-wrapper{
	margin: 415px 0 0 297px;}
}
@media screen and (max-width: 480px) {
  /* For general mobile devices */
.popup-position{
	width: 1000px;
	height: 780px;}
#popup-wrapperTbl{
	max-width:400px;
	}
.pedigreetable h5{
	font-size:0.5em;}
#popup-wrapper{
	margin: 415px 0 0 297px;}
}

