body {
  /*padding: 20px 0;*/
  padding: 0;
  margin-top: 100px;
  background-image: url(https://batharitemple.net/assets/kalariwall_bg_filter_red.png);
  background-position: center top;
  overflow-x: hidden
  /*width: 5000px;*/
  /*cursor: url('asset_goes_here'), auto;*/
}

/*.bg_image {
  background-image: url(kalariwall_bg_filter.png);
  background-position: center top;
}*/

/*.container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
}*/

/*.thumbnail {
  max-width: 80%;
}*/

.label {
  position: fixed;
  z-index: 10;
	width: 360px;
	height: 50px;
	top: 50px;
	right: 0px;
	background-color: rgb(224, 206, 193);
	border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label_text {
  font-family: "Cutive Mono", monospace;
  font-weight: 400;
  /*font-weight: 600;*/
  font-style: normal;
  font-size: 28px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1.0;
}

.center_image {
  padding: 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.flex-grid {
  display: flex;
  margin: 0px, auto;
  justify-content: center;
  margin-bottom: 25px;
}

.col {
  flex: 1;
  justify-content: center;
}

/*.thumbnail {
  height: 320px;
  width: 568px;
}*/

.video_holder {
  width: 30%;
  padding: 1%;
  z-index: 5;
}

.image_holder {
  width: 30%;
  padding: 1%;
  z-index: 5;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.video_background {
  z-index: -5;
  position: absolute;
}

.responsive_iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive_iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive_iframe_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
  opacity: 0.5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.responsive_iframe_container img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1200px) { /*max-width: 1428*/
  .flex-grid {
    display: block;
    margin: 0px, auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 20%;
  }

  .video_holder {
    width: 70%;
    padding: 1%;
    margin: 0px, auto;
    justify-content: center;
  }

  .image_holder {
    width: 70%;
    padding: 1%;
    margin: 0px, auto;
    justify-content: center;
  }

  .empty_iframe {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}



.panorama_buffer {
  height: 200px;
}

.panorama_buffer_top {
  height: 150px;
}

/*----------------------------------------------------------------------*/

.nav_float_home {
	position: fixed;
  z-index: 15;
	width: 50px;
	height: 50px;
	top: 30px;
	left: 30px;
	background-color: rgba(158, 99, 57, 0.671);
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.nav_float_return {
	position: fixed;
  z-index: 15;
	width: 50px;
	height: 50px;
	top: 110px;
	right: 30px;
	background-color: rgba(158, 99, 57, 0.671);
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

@media only screen and (max-width: 480px) {
  .nav_float_home {
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    top: 110px;
    left: 30px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
  
  .nav_float_return {
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    top: 110px;
    right: 30px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
}

.nav_float_footer {
	position: fixed;
  z-index: 15;
	width: 50px;
	height: 50px;
	bottom: 100px;
	left: 30px;
	background-color: rgba(158, 99, 57, 0.671);
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.nav_float_whimis {
	position: fixed;
  z-index: 15;
	width: 50px;
	height: 50px;
	bottom: 100px;
	left: 110px;
	background-color: rgba(158, 99, 57, 0.671);
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.nav_float_map {
	position: fixed;
  z-index: 15;
	width: 50px;
	height: 50px;
	bottom: 100px;
	left: 190px;
	background-color: rgba(158, 99, 57, 0.671);
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.top_buffer {
  height: 100px;
}

.bottom_buffer {
  height: 100px;
}

.panorama_buffer {
  height: 200px;
}

.nav_icon {
  padding-top: 10px;
  opacity: 75%;
  height: 30px;
}

@media only screen and (max-width: 1199px) {

  .nav_float_footer {
    position: fixed;
    z-index: 15;
    width: 40px;
    height: 40px;
    bottom: 75px;
    left: 30px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 40px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
  
  .nav_float_whimis {
    position: fixed;
    z-index: 15;
    width: 40px;
    height: 40px;
    bottom: 75px;
    left: 110px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 40px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
  
  .nav_float_map {
    position: fixed;
    z-index: 15;
    width: 40px;
    height: 40px;
    bottom: 75px;
    left: 190px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 40px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }

  .nav_icon {
    padding-top: 9px;
    opacity: 75%;
    height: 22px;
  }

  .nav_float_home {
    position: fixed;
    z-index: 15;
    width: 40px;
    height: 40px;
    top: 110px;
    left: 30px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
  
  .nav_float_return {
    position: fixed;
    z-index: 15;
    width: 40px;
    height: 40px;
    top: 110px;
    right: 30px;
    background-color: rgba(158, 99, 57, 0.671);
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }

}