#slvj-window{
	width: 100%;
	min-height: 100%;
	z-index: 30;

	/*background: rgba(0,0,0,0.8);*/
  background: rgba(255,255,255,0.9);

	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{
	width: 700px;
	height: 540px;
	margin: auto;

	z-index: 32;
}*/

#slvj-back-lightbox {
    width: calc(100% - 48px);
    max-width: 970px;
    height: 0;
    margin: auto;
    z-index: 32;
}

.slvj-lightbox{
	position: relative;

	width: 100%;
	height: 100%;
	/*padding: 30px;*/
	margin: 0;

	background-color: transparent;
	/*background-color: #FFFFFF;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	   		border-radius: 10px;

	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.3);*/
	z-index: 53;
}

#slvj-close-icon{
	background-image: url(../img/close-icon.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;

	position: absolute;
	/*top: 10px;
	right: 10px;*/

	z-index: 551;

	top: -24px;
	right: 0;
}

#slvj-close-icon:hover{
	cursor: pointer;
}













.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%;
}
