html,
body {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

html,
body,
slicksell-widget {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
}

body {
  overflow: hidden;
}

slicksell-widget {
  display: block;
  background: transparent;
}
