/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.horizontal-wrapper {
  height: 100vh;
  overflow: hidden;
  padding: 0 !important;
}

.horizontal-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  height: 100vh;
}

.horizontal-container > .wpb_column {
  display: flex;
}

.horizontal-container .panel {
  flex: 0 0 100vw !important;
  width: 100vw !important;
  height: 100vh !important;
}
