.hide-ie {
    display: block;
}

.ie-only {
    display: none;
}

.ie-user .ie-only {
    display: block;
}

.ie-user .hide-ie {
    display: none;
}

.ie-user #scene {
    display: none;
}

.ie-only .intro-rectangle {
    bottom: -20px;
}

.ie-only .film-case-study.layout-a .case-study-image-group img:nth-of-type(1) {
    top: auto;
}

.ie-only .layout-a.panel {
    margin-bottom: 0;
}

.ie-only .film-case-study.layout-a .case-study-image-group {
    height: auto !important;
}

.ie-only .film-case-study {
    padding: 75px 0;
}

.ie-only #panel-2 {
    padding: 100px 0;
}

.ie-only #panel-3 {
    padding: 0 0 50px;
}

.ie-only .scrollable {
    transform: none !important;
}
@media screen and (max-width:1200px) {
    .ie-only {
        display: none !important;
    }

    .hide-ie {
        display: block !important;
    }
}
