﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
   /* IE10+ specific styles go here */  
	.ekko-lightbox.modal .modal-dialog{
	 flex-basis: inherit !important;
	 -transform:translate(-155%, 0px);
	 margin-left:-50%;
	}
}