.lightbox-wrap{
	display:none;
	position:absolute;
	top:0;
	background:url("/aus/lending/images/bg-light.png") repeat;
	width:100%;
	color: #fff;
	z-index: 1000;
	height:700px;
}
.lightbox-container{
	margin:0 auto;
	width:600px;
	height:350px;
	position:relative;
}
.lightbox-container iframe{
	width:600px;
	height:350px;
}
.lightbox-js{cursor:pointer;}


@media(max-width:767px){
	.visible-desktop-tablet{
		display:none;
	}
	.lightbox-container{margin:0 auto;width: 90%;}
	.lightbox-container iframe{width: 100%;}

}