html {
    height:100%;
    font-size:100%;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.banner-apps {
    display:block;
    position:fixed;
    width:100%;
    height:auto;
    left:0;
    bottom:0;
    padding:0;
    margin:0;
    z-index:999;
    -webkit-box-shadow: 0px -3px 35px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -3px 35px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -3px 35px -1px rgba(0, 0, 0, 0.75);
    background: #002e6e;
}
.exit-promo {
    display:table;
    vertical-align:middle;
    text-align:center;
    float:right;
    width:auto;
    margin:-13px 1% 0 0;
}
.black_overlay {
    display:none;
    position:fixed;
    cursor:default;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    overflow:hidden;
    z-index:1000;
    background:rgba(0, 0, 0, 0.9);
}
.cont-lightbox {
    position:fixed;
    display:none;
    vertical-align:middle;
    margin:-245px 10% 0 10%;
	height:auto;
    width:80%;
	min-width:0px;
    padding:0;
    background:none;
    z-index:1002;
    overflow:hidden;
	top:50%;
	left:0;
}
.cont-lightbox img {
    height: auto;
    width: 100%;
}
.int-lightbox-splash {
    float:none;
    width:100%;
    height:auto;
    padding:0;
    margin:0 auto;
    background:none;
    border:none;
}
.exit {
    position: absolute;
    float: none;
    margin: 25px 0 0 0;
    right: 5px;
    width: 70px !important;
    height: 25px;
    opacity: 1;
}
.exit:hover {
	opacity:0.7;
}
@media only screen and (min-width: 360px) {
	.cont-lightbox {
		position:fixed;
		display:none;
		vertical-align:middle;
		margin:-280px 10% 0 10%;
		height:auto;
		width:80%;
		min-width:0px;
		padding:0;
		background:none;
		z-index:1002;
		overflow:hidden;
		top:50%;
		left:0;
	}
}
@media only screen and (min-width: 375px) {
	.cont-lightbox {
		position:fixed;
		display:none;
		vertical-align:middle;
		margin:-300px 10% 0 10%;
		height:auto;
		width:80%;
		min-width:0px;
		padding:0;
		background:none;
		z-index:1002;
		overflow:hidden;
		top:50%;
		left:0;
	}
}
@media only screen and (min-width: 414px) {
    .cont-lightbox {
        display:none;
        position:fixed;
        text-align:center;
        margin:5% 0 0 -180px;
        left:50%;
        width:auto;
        min-width:360px;
        max-width:360px;
        height:auto;
        padding:0;
        background:none;
        z-index:1002;
        overflow:hidden;
		top:0;
    }
}
@media only screen and (min-width: 1020px) {
    .cont-lightbox {
        display:none;
        position:fixed;
        text-align:center;
        margin:-340px 0 0 -15%;
        left:50%;
        width:70%;
        min-width:360px;
        max-width:360px;
        height:auto;
        padding:0;
        background:none;
        z-index:1002;
        overflow:hidden;
		top:50%;
    }
}