.bg-ytvid{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index:1000;
    

}

.bg-ytvid-wrapper{
    width:100%;
    margin:0 auto;
    text-align: center; 
}

.bg-vytvid-content{
    text-align: center;
}

.bg-ytvid-pop-close{
    text-align:right;
}

.bg-ytvid-videoWrapper iframe {
	border: 1px solid #444;
}

    
@media only screen and (max-width: 767px) {
    
    .bg-ytvid-videoWrapper {
        position: relative;
        padding-bottom: 56.25%; 
        padding-top: 25px;
        height: 0;
    }
    .bg-ytvid-videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
    }
}

@media only screen and (min-width: 480px) and (max-width: 1280px) and (orientation: landscape){
	body{
		margin:0px;
		padding:0px;
	}
	.bg-ytvid{
	    background-color: rgba(0,0,0,.9);
	}

}


a.bg-ytvid-popup-close,a.bg-ytvid-popup-fullscr {
	padding-left:30px;
	padding-right:30px;
}

a.bg-ytvid-popup-close:link {
		font-size:48px;
		color:#aa0000;
}

a.bg-ytvid-popup-close:visited{
	color:#bb0000;
}

a.bg-ytvid-popup-close:hover{
	color:#ff0000;
}


a.bg-ytvid-popup-fullscr:link {
		font-size:48px;
		color:#bbff00;
}


a.bg-ytvid-popup-fullscr:visited{
	color:#bbff00;
}


a.bg-ytvid-popup-fullscr:hover{
	color:#ffff00;
}



.noscroll { overflow: hidden; }