Kaon Demo360
/* * Prefixed by https://autoprefixer.github.io * PostCSS: v8.4.14, * Autoprefixer: v10.4.7 * Browsers: last 4 version */ #main .masthead__title { display: none; } #calc_iframe { height: 450px; } .nmc-block--masthead-home { height: 650px; } .nmc-block--masthead-home .masthead__image::after { background: rgba(0,0,0,.45); } .masthead__content .masthead__title { } .masthead__content .masthead__title strong { display: block; color: #eca624; font-size: var(--h3); } .content-wrapper { margin-bottom: -12rem; } .scene_labels { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-bottom: 2rem; margin-top: -2rem; width: 102%; margin-left: -1%; line-height: 1; } .scene_labels div { flex: 1; text-align: center; } .scene_labels br { display: none; } .values { font-family: 'SourceSansPro',sans-serif; line-height: 1.4; padding-left: 0px; list-style: none; } .values .value { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox;…