html[class*='ie'] section {
    position: relative;
}
html[class*='ie'] .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
}
html[class*='ie'],
html[class*='ie'] body {
    overflow: auto;
}
html[class*='ie'] .onepage-wrapper {
    height: auto !important;
}
html[class*='ie'] .shellwall {
    height: 100vh;
}
html[class*='ie'] .page-wrap .shellwall {
    height: 100%;
}
html[class*='ie'] .scroll-page {
    height: auto !important;
}

