/*
Theme Name: Glamping
Template: glamping
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.horizontal-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}

.panel {
  min-width: 100vw;
  height: 100vh; /* optional */
  display: flex;
  align-items: center;
  justify-content: center;
}

