// ie 11 horiontal scroll fix
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-container {
    display: block;
  }

  .entry-content {
    & > .alignfull {
      width: 99vw;
    }
  }
}
