@media screen and (max-width:1200px) {
    #masthead {
        background: rgba(16, 36, 53, .8);
    }

    .fh-panel,
    .panel {
        padding: 50px 0;
    }

    .fh-panel {
        height: auto;
    }

    #panel-1 {
        min-height: 100vh;
        padding-left: 100px;
        padding-right: 100px;
    }

    #panel-2 {
        padding: 100px 0 75px;
    }

    #panel-1 p,
    #panel-3 #your-data p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #panel-1 .inner .vert-align,
    #panel-2 .vert-align {
        position: inherit;
        top: auto;
        transform: none;
    }

    .film-transparency-logo {
        max-width: 440px;
    }

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

    .panel.inview .scroll-next {
        bottom: 10px;
    }

    #panel-2 {
        height: auto;
        min-height: 1px;
    }

    #panel-3 {
        padding-top: 0 !important;
    }

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

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

    .about-panel {
        padding-bottom: 50px !important;
    }

    .film-case-study.layout-a .col-sm-6:last-of-type {
        padding-top: 125px;
    }

    .film-case-study.layout-b .col-sm-6:first-of-type {
        padding-top: 75px;
    }

    .film-case-study.layout-a .case-study-image-group {
        height: auto;
    }

    .film-case-study.layout-b .case-study-image-group {
        height: auto;
    }

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

    .scrollable {
        opacity: 1 !important;
    }

    .film-transparency-logo {
        max-width: 420px;
    }

    #intro-tool {
        max-width: 440px;
    }
}
@media screen and (max-width:991px) {
    .film-case-study.layout-a .col-sm-6:last-of-type {
        padding-top: 100px;
    }

    .film-case-study.layout-b .col-sm-6:first-of-type {
        padding-top: 25px;
    }
}
@media screen and (max-width:875px) {
    .film-case-study.layout-a .col-sm-6:last-of-type {
        padding-top: 35px;
    }
}
@media screen and (max-width:768px) {
    #panel-1 {
        height: auto;
        min-height: 100vh;
        padding: 150px 15px;
    }

    .film-transparency-logo {
        margin-top: -30px !important;
    }

    .intro-rectangle img {
        height: 600px !important;
        width: auto !important;
    }

    #orchard-logo {
        width: 85% !important;
    }

    .footer-rectangle {
        display: none;
    }

    .social-links {
        margin-top: 75px !important;
    }

    .film-logo {
        max-width: 225px;
        margin-top: 30px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .film-transparency-logo {
        max-width: 375px;
    }

    #intro-tool {
        max-width: 420px;
    }
}
@media screen and (max-width:767px) {
    #scene {
        display: none !important;
    }
}
@media only screen and (max-width : 650px) {
    .film-transparency-logo {
        max-width: 250px;
    }

    .home #masthead {
        display: none !important;
    }

    .film-case-study {
        padding: 0 !important;
    }

    .film-logo {
        max-width: 175px;
        margin-top: 0;
    }

    .film-case-study.layout-a .col-sm-6:first-of-type,
    .film-case-study.layout-b .col-sm-6:first-of-type {
        padding-top: 0;
    }

    .fh-panel,
    .panel {
        padding: 30px 0 !important;
    }

    .intro-rectangle img {
        height: 450px !important;
        width: auto !important;
    }

    .message-unsupprted {
        padding: 50px 0;
    }
}
@media only screen and (max-width : 375px) {}
@media only screen and (max-width : 350px) {
    .film-transparency-logo {
        max-width: 200px;
    }

    p {
        font-size: 12px;
    }
}
@media only screen and (max-height : 420px) {
    .scroll-next {
        display: none;
    }
}
