div#stage.stage,.framed .stage {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-height: auto !important;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.framed .stage * { box-sizing: border-box !important; }


body.framed  { width: auto !important; }
body.framed  { min-width: auto !important; }

.framed .slick-prev:before,
.framed .slick-next:before { font-family: 'Font Awesome 5 Pro'; color: black; font-weight: 900;}
.framed .slick-prev:before { content: '\f359'; }
.framed .slick-next:before { content: '\f35a'; }
.framed .slick-dots li button:before { font-family: 'Font Awesome 5 Pro'; font-weight: 900; content: '\f111'; color: black; }

