/*
 * The vendor widget posts a `resize` message from white.viri.lt once it knows the
 * partner domain; until then this floor has to be tall enough for the first step
 * of the configurator, otherwise the model cards are cut in half.
 */
.sct-configurator iframe { display: block; width: 100%; min-height: min(1150px, 140vh); border: 0; }
