.html-embed-4 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  background-image: url('../images/EARTH-TRAVELER-BUSINESS-keychains.jpg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.buttom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  min-height: 80px;
  min-width: 80px;
  background-color: #fff;
}

.buttom.tent-color-blue {
  margin-top: 80px;
  background-color: transparent;
  background-image: url('../images/tent_color_blue.jpg');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}

.buttom.tent-color-green {
  min-height: 77px;
  min-width: 77px;
  margin-top: 163px;
  margin-left: 1px;
  background-image: url('../images/tent_color_green.jpg');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}

.buttom.tent-color-red {
  margin-right: -77px;
  margin-bottom: 218px;
  background-color: transparent;
  background-image: url('../images/tent_color_red.jpeg');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}

.buttom.carbon {
  margin-top: -4px;
  margin-right: -77px;
  margin-bottom: 218px;
  background-color: transparent;
  background-image: url('../images/etcf.jpg');
  background-position: 50% 50%;
  background-size: 100% 75px;
}

.buttom.info {
  min-height: 77px;
  min-width: 77px;
  margin-top: 162px;
  margin-bottom: 1px;
  margin-left: 2px;
  background-image: url('../images/info.jpg');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.buttom.t-300 {
  margin-top: 80px;
  background-color: transparent;
  background-image: url('../images/Screen-Shot-2022-02-09-at-1.16.14-AM.png');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}

.left-panel {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 260px;
  margin-right: -8px;
  margin-bottom: -130px;
  margin-left: 15px;
}

.left-panel-position {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 50%;
  margin-left: 0px;
}

.right-panel-position {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0px;
  height: 50%;
  margin-left: 0px;
}

.right-panel {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 260px;
  margin-bottom: -130px;
  margin-left: -95px;
}

.html-embed-5 {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*stying for coming-soon note for tent specs buttons*/
.popup .popuptext {
	opacity: 0;
	width: 160px;
	font-size: 1.1em;
	color: red;
	text-align: center;
	background-color: white;
	border-radius: 6px;
	border: 1px solid black;
	padding: 8px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 80px;
}

/*styling for annotations
.v3d-annotation {
	color: red !important;
    background-color: white;
}
.v3d-annotation-dialog {
	color: red;
    background-color: white;
}*/

.v3d-simple-preloader-bar {
    background: orange;
	height: 20px;
}

.v3d-simple-preloader-logo {
    background-image: url('media/no-logo.png');
    background-size: cover;
}