@charset "UTF-8";
	/* CSS Document */

.vpix5-modal-background {
	display:none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	z-index:1000;
	background-color: rgba(0,0,0,.8);
	}

.vpix5-modal-background .vpix5-modal-window {
	width: 94%;
	max-width: 700px;
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius:6px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.5);
	}
	
.vpix5-close-modal {
	position: absolute;
	left: auto;
	top: -13px;
	right: -13px;
	bottom: auto;
	cursor:pointer;
	}

.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	}
.open-modals {
	cursor:pointer;
	}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
