#slvj-window{
	width: 100%;
	min-height: 100%;
	z-index: 30;
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
}

#slvj-window,
#slvj-window *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#slvj-background-close{
	width: 100%;
	min-height: 100%;
	z-index: 31;
	position: fixed;
	top: 0;
	left: 0;
}

#slvj-back-lightbox{
	max-width: 970px;
	margin: auto;
	z-index: 32;
}

.slvj-lightbox{
	position: relative; 
	width: 100%;
	height: 100%;
	padding: 24px;
	margin: 0;
	z-index: 53;
}

#slvj-close-icon {
	width: 48px;
    height: 48px;
    position: absolute;
    background: rgba(0,0,0,.1);
    top: -24px;
    right: 24px;
    color: #000;
    font-size: 24px;
    z-index: 551;
    text-align: center;
    line-height: 48px;
    transition: background .3s;
}

#slvj-close-icon:hover{
	cursor: pointer;
	background: rgba(0,0,0,.25);
}

.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:
	hidden;
	max-width: 100%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}