@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* Put your IE-only styles here. Works for IS 10 & IE 11*/


  .container-fluid.sct.bgSctOrange {
    margin-top: -6px;
    padding-bottom: 1px;
  }

  .ce-gallery figure {
    display: block !important; 
  }

  .ce-gallery figure img {
    margin:0 auto; 
  }

  .ce-left .ce-gallery, .ce-column {
    float: none;
  }

  .ce-center .ce-inner {
    float: none;
    right: inherit;
  }

  .ce-center .ce-outer {
    float: none;
    right: inherit;
  }

  .ce-column {
    text-align:center;
  }
}
