body#ny2024 .header-top {
    position: relative;
    background-color: #DDF0FF;
    background-image: url("../../images/header_ny.png");
    background-repeat: repeat-x;
}
body#ny2024 .header-top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url("../../images/body_ny.png");
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position-x: center;
    pointer-events: none;
}

body#ny2024 #page-frame__footer {
    background-color: #E9EAE9;
    background-image: url("../../images/footer_ny.png");
    background-repeat: repeat-x;
    background-position-x: center;
}

@media screen and (min-width: 768px) {
    body#ny2024 .header-top:before {
        height: 137px;
    }
    body#ny2024 #page-frame__footer {
        background-size: auto 100%;
    }
}