@media screen and (min-width: 1280px){
	.cde_theme.lightbox>.background{
		display:block;
		position:fixed;
		z-index:3;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.75);
	}
	.cde_theme.lightbox>.close{
		display: block;
        position: fixed;
        top: 20px;
        right: 50%;
        z-index: 5;
        margin-right: -390px;
        font-family: sans-serif;
	}
	.cde_theme.lightbox>.container{
		display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 50%;
        width: 800px;
        height: calc(100% - 20px);
        background-color: rgba(255,255,255,1);
        margin-left: -400px;
        margin-top: 10px;
        text-align: center;
        box-shadow: 0px 5px 10px 4px rgb(0 0 0 / 50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
	.cde_theme.lightbox>.container>img{
		position:relative;
		height:calc(100% - 20px);
		width:auto;
		top:5px;
	}

}



@media screen and (min-width: 768px) and (max-width: 1279px){
	.cde_theme.lightbox>.background{
		display:block;
		position:fixed;
		z-index:3;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.75);
	}
	.cde_theme.lightbox>.close{
		display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 5;
        font-family: sans-serif;
	}
	.cde_theme.lightbox>.container{
	    display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
	}
	.cde_theme.lightbox>.container>img{
		position:relative;
		height:calc(100% - 20px);
		width:auto;
		top:5px;
	}
}


@media screen and (max-width: 767px){
    	.cde_theme.lightbox>.background{
		display:block;
		position:fixed;
		z-index:3;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.75);
	}
	.cde_theme.lightbox>.close{
		display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 5;
    font-family: sans-serif;
		font-size: 24px;
		background: #f2f2f200;
		padding: 4px 11px;
		border-radius: 25px;
	}
	.cde_theme.lightbox>.container{
	    display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
	}
	.cde_theme.lightbox>.container>img{
		position:relative;
		height:calc(100% - 20px);
		width:auto;
		top:5px;
	}
}
