body, html {
    margin: 0;
    padding: 0;
}
.juxtapose {
    max-width: 100%;
    /*position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    bottom: 0;*/
    display: block;
    margin: auto;
    /* max-height: 300px; */
    /* max-width: 100%; */
}
.jx-knightlab {
display:none !important;
visibility:hidden !important;
}
@media only screen and (max-width: 600px) {
    .juxtapose {
        max-width: 100%;
    }
}
.jx-slider {
    margin-top: 1em;
}

.jx-label {
    font-weight: 900;
}