/* Start custom CSS for shortcode, class: .elementor-element-7d7dc7b */#kivi-embed {
  width: 100%;
  height: 800px;
}

@media only screen and (max-width: 768px) {
  #kivi-embed {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  #kivi-embed {
    height: 400px;
  }
}/* End custom CSS */