#loaderBG {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CCCCCC;
  z-index: 400;
}

#renderCanvas {
  width: calc(100vw - 468px);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 468px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
  background: transparent;
}

#canvas2d_old {
  width: calc(100vw - 468px);
  height: calc(100vw - 468px);
  position: absolute;
  top: calc((100vh - (100vw - 468px))/2);
  left: 468px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

#canvas2d {

  position: absolute;
  top:  calc((100vh - 1200px) / 2);
  left: calc((100vw - 1200px + 468px) / 2);
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

.canvas2dFullScreen {
  top:  calc((100vh - 1200px) / 2) !important;
  left: calc((100vw - 1200px) / 2) !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.canvasSVGFullScreen{

  position: absolute;
  top:  calc((100vh - 1200px) / 2);
  left: calc((100vw - 1200px) / 2);
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

#priceInfoDiv
{
position: absolute;
width: 160px;
left: 520px;
top:72px;
text-align: left;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;


max-width: 100%;
margin: 0 auto;
margin-bottom: 0;
overflow: hidden;
position: absolute;
transform: translatez(0);
text-decoration: none;
box-sizing: border-box;
font-size: 24px;
font-weight: normal;
box-shadow: 0 9px 18px rgba(0,0,0,0.4);
border-radius: 20px;
color: #ffffff;
text-align: center;
background-color: #FF0000;

font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
padding: 7px;
cursor: pointer;

height: 32px;












}


#builderOptions1,
#builderOptions2,
#builderOptions3,
#builderOptions4,
#builderOptions5,
#builderOptions6,
#builderOptions7,
#builderOptions8{
  display: none;
}


#topDiv {
  width: 100vw;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-y: hidden important;
}

#logotype {
  width: 171px;
  height: 56px;
  top: 8px;
  left: 36px;
  position: relative;
}

.builderBlockStyleInactive {
  width: 468px;
  height: 56px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #f2f2f2;
  color: #000422;
  margin-bottom: 2px;
  overflow-y: auto;
}

.builderBlockStyleActive {
  width: 468px;
  height: 56px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #38679a;
  color: #ffffff;
  margin-bottom: 2px;
  overflow-y: auto;
}


.builderBlockTextInactive {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000422;
  position: absolute;
  top: 18px;
  left: 36px;
}


.builderBlockTextActive {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 18px;
  left: 36px;
}

#builderUI {
  width: 468px;
  height: calc(100vh - 56px);
  top: 56px;
  left: 0px;
  position: absolute;
  background-color: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);
  transition: width 0.25s ease-in-out;
}

.builderArrowInactive {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26px;
  left: 428px;
  background-image: url("../css/arrow_inactive.png");
  background-repeat: no-repeat;
}

.builderArrowActive {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26px;
  left: 428px;
  background-image: url("../css/arrow_active.png");
  background-repeat: no-repeat;
}

.builderArrowInactiveCTA {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26px;
  left: 428px;
  background-image: url("../css/arrow_inactive_cta.png");
  background-repeat: no-repeat;
}



#builderOptions1 {
  position: relative;
  min-height: 360px;
}

#housesSelector {
height: 360px;
position: relative;
}

#builderOptions2 {
  position: relative;
  min-height: 130px;
  margin-top: 16px;
}


.builderOptionText {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000422;

  position: absolute;
  top: 18px;
  left: 36px;
  width: 200px;
}

.builderOptionTextMiddle {
  width: 100%;
  text-align: left;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000422;
  margin-bottom: 10px;
  padding-left: 34px;
  height: 56px;
  border-bottom: 2px solid #F3F3F3;
  padding-top: 16px;
  padding-bottom: 16px;
}

#optionHouse1 {
  position: absolute;
  width: 192px;
  height: 128px;
  left: 36px;
  top: 56px;
}

#optionHouse2 {
  position: absolute;
  width: 192px;
  height: 128px;
  left: 252px;
  top: 56px;

}

#optionHouse3 {
  position: absolute;
  width: 192px;
  height: 128px;
  left: 36px;
  top: 208px;
}
#optionHouse4 {
  position: absolute;
  width: 192px;
  height: 128px;
  left: 252px;
  top: 208px;
}



.optionHouseActive {
  border: 1px solid #FF0000;
  box-sizing: border-box;
  cursor: pointer;
}

.optionHouseInactive {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  cursor: pointer;
}





.optionHouseText {
  width: 192px;

  position: absolute;
  top: 93px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}


body {
/*   test different background background-color: #F2F2F2; */
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url("../css/logo.png");
  cursor: default;
}

html {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}












/* Canvas ui */
#optionsBox_old {
  position: absolute;
  width: 864px;
  height: 104px;
  bottom: 20px;
  left: calc((100vw + 468px)/2 - 432px);
  background-color: #FFFFFF;
  background-image: url("../css/texts.png");
  background-repeat: no-repeat;
}

#waterMark {
  position: absolute;
  width: 864px;
  height: 104px;
  top: 100px;
  left: calc((100vw + 468px)/2 - 432px);

  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #00000055;

  background-image: url("../css/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#optionsBox {
  display: inherit;
  position: absolute;
  width: 864px;
  height: 104px;
  bottom: 20px;
  left: calc((100vw + 468px)/2 - 432px);
  background-color: #FFFFFF;
}


#optionsBoxBlock1,
#optionsBoxBlock2,
#optionsBoxBlock3,
#optionsBoxBlock4 {
  position: absolute;
  width: 216px;
  height: 100px;
  top: 0;
}

#optionsBoxBlock1 {
  left: 0;
}

#optionsBoxBlock2 {
  left: 216px;
}

#optionsBoxBlock3 {
  left: 432px;
}

#optionsBoxBlock4 {
  left: 648px;
}

.optionsTopText_top {
  position: absolute;
  width: 113px;
  height: 16px;
  left: 16px;
  top: 16px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #000422;
}




.optionsTopText1 {

  position: absolute;
  width: 45px;
  height: 15px;
  left: 16px;
  top: 40px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;

  color: #000422;
}

.optionsTopText2 {

  position: absolute;
  width: 45px;
  height: 15px;
  left: 16px;
  top: 61px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;

  color: #000422;
}


.optionsTopText1_right {
  position: absolute;
  width: 76px;
  height: 15px;
  right: 16px;
  top: 40px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: right;

  color: #000422;
}


.optionsTopText2_right {
  position: absolute;
  width: 76px;
  height: 15px;
  right: 16px;
  top: 61px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: right;

  color: #000422;


}













#uiForCanvas {
  width: calc(100vw - 468px);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 468px;
  outline: none;
}

#iconZoomIn {
  width: 48px;
  height: 48px;
  top: calc(50vh - 24px - 4px);
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_zoom1.png");
  background-repeat: no-repeat;
}

#iconZoomOut {
  width: 48px;
  height: 48px;
  top: calc(50vh + 24px + 4px);
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_zoom2.png");
  background-repeat: no-repeat;

}



#icon3D {
  width: 48px;
  height: 48px;
  top: 72px;
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_3d.png");
  background-repeat: no-repeat;
}

#icon2D {
  width: 48px;
  height: 48px;
  top: 120px;
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_2d.png");
  background-repeat: no-repeat;
}






#iconFullScreen {
  width: 48px;
  height: 48px;
  bottom: 76px;
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_full.png");
  background-repeat: no-repeat;
}



#iconInfo {
  display: inherit;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  position: absolute;
  background-image: url("../css/icon_information.png");
  background-repeat: no-repeat;
}


/* label color */
/* label underline focus color */
.inputValue:focus {
  box-shadow: 0 0px 0 0 #000 !important;
  border-bottom: 0px solid #000000 !important;
}

/* valid color */
.inputValue.valid {

  box-shadow: 0 0px 0 0 #000 !important;
  border-bottom: 0px solid #000000 !important;
}

/* invalid color */
.inputValue.invalid {
  box-shadow: 0 0px 0 0 #000 !important;
  border-bottom: 0px solid #000000 !important;
}

/* icon prefix focus color */
.inputValue.prefix.active {
  color: #000;
}



.inputstyle {
  position: absolute;
  width: 408px !important;
  left: 36px;
  top: 40px;
  margin: 0px !important;

}

.inputstyle::-webkit-slider-thumb {
  color: #FF0000 !important;
  background-color: #FF0000 !important;
}

.inputstyle::-moz-range-thumb {
  background-color: #FF0000 !important;
}



.inputMM {
  position: absolute;
  left: 350px;
  top: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000422;
}

.inputLabel {
  position: absolute;
  left: 72px;
  top: 4px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.inputMinLabel,
.inputMaxLabel {
  position: absolute;
  top: 66px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000422;
  display: none;
}

.inputMinMaxLabel {
  position: absolute;
  top: 28px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #000422;
  left: 36px;
}


.inputMinLabel {
  left: 36px;
}

.inputMaxLabel {
  left: 382px;
}

.inputBorder {
  position: absolute;
  left: 284px;
  top: 0px;
  height: 40px;
  width: 120px !important;

  border-width: 1px;
  border-color: #CCC;
  border-style: solid;

}

#inputIcon1 {
  background-image: url("../css/icon_width.png");
  background-repeat: no-repeat;
  background-position: center;
}

#inputIcon2 {
  background-image: url("../css/icon_deepth.png");
  background-repeat: no-repeat;
  background-position: center;
}

#inputIcon_s1 {
  background-image: url("../css/icon_shift_1.png");
  background-repeat: no-repeat;
  background-position: center;
}

#inputIcon_s2 {
  background-image: url("../css/icon_shift_2.png");
  background-repeat: no-repeat;
  background-position: center;
}

#inputIcon_s3 {
  background-image: url("../css/icon_shift_3.png");
  background-repeat: no-repeat;
  background-position: center;
}

#inputIcon_s4 {
  background-image: url("../css/icon_shift_4.png");
  background-repeat: no-repeat;
  background-position: center;
}



.inputIcon {
  position: absolute;
  top: 0px;
  left: 36px;
  width: 32px;
  height: 32px;

}

.inputblock {
  position: relative;
  height: 64px;
}

/* forms */
.inputValue {
  position: absolute;
  left: 284px;
  top: 4px;
  height: 32px !important;
  width: 60px !important;

  margin: 0;

  border-width: 0px;
  border-color: #CCC;
  border-style: solid;

  padding-left: 8px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 0px solid #000000 !important;
  text-align: right;
}

#minusW,
#minusD {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0px;

  left: 244px;


  background-image: url("../css/icon_minus.png");
  background-repeat: no-repeat;

  border-width: 1px;
  border-color: #CCC;
  border-style: solid;


}

#plusW,
#plusD {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0px;
  left: 404px;


  background-image: url("../css/icon_plus.png");
  background-repeat: no-repeat;

  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
}

/* dfgdf */


#optionHouse1image {
  width: 117px;
  height: 73px;
  top: 11px;
  left: 33px;
  position: absolute;
  background-image: url("../css/house1.png");
  background-repeat: no-repeat;
}

#optionHouse2image {
  width: 117px;
  height: 73px;
  top: 11px;
  left: 33px;
  position: absolute;
  background-image: url("../css/house2.png");
  background-repeat: no-repeat;
}


#optionHouse3image {
  width: 117px;
  height: 73px;
  top: 11px;
  left: 33px;
  position: absolute;
  background-image: url("../css/house3.png");
  background-repeat: no-repeat;
}

#optionHouse4image {
  width: 117px;
  height: 73px;
  top: 11px;
  left: 33px;
  position: absolute;
  background-image: url("../css/house4.png");
  background-repeat: no-repeat;
}


.optionHouseCheckboxActive {
  width: 24px;
  height: 24px;
  top: 0px;
  right: 0px;
  position: absolute;
  background-image: url("../css/checkboxactive.png");
  background-repeat: no-repeat;
}


.builderItemText {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000422;
  padding-top: 18px;
  padding-left: 36px;
  width: 200px;
}

.builderItemTextPrice {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #000422;
  width: 40px;
  padding-left: 20px;
  top: 20px;
  position: relative;
}

.itemDivPrice
{
 height: 60px !important;
}


.itemDiv {
  position: relative;
  margin-top: 4px;
  height: 16px;
}

.itemListLeft {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000422;
  position: absolute;
  left: 18px;
}

.itemListCenter {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000422;
  position: absolute;
  left: 220px;
}


.itemListRight {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000422;
  position: absolute;
  left: 340px;
  width: 20px;
  text-align: right;
}

.itemListRight_price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000422;
  position: absolute;
  left: 380px;
  width: 60px;
  text-align: right;
}

.itemListPrice {
  padding-bottom: 15px;
}

#price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 19px;
  color: #000422;
  padding-left: 310px;
text-align: right;
padding-right: 15px;

  border-bottom-style: none !important;
  border-bottom-width: 20px !important;
  margin-top: -19px !important;
  margin-bottom: 0px !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.renderCanvasFullScreen {
  position: absolute !important;
  width: 100vw !important;
  height: 100vh !important;
  left: 0px !important;
  top: 0px !important;
  overflow-x: hidden;
  overflow-y: hidden;
}




.optionsBoxFullScreen {
  left: calc((100vw + 468px)/2 - 632px) !important;
  /*top: calc(100vh - 120px) !important;
  transform: scale(0.875); */
}

.btn.lightbox-250554046518355{
width: 468px;
height: 56px;
margin: 0;
padding: 0;
background-color: #e4422c;
position: relative;
color: #ffffff;

-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

}

.btn.lightbox-250554046518355:hover{
color: #ffffff !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: #000422;
 }

.TextButton{
line-height: 36px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
color: #FFFFFF;
position: absolute;
top: 18px;
left: 36px;
text-align: center;
margin: 0;
padding: 0;
}


#red {
  background-color:#f3f3f3 !important
}

#red:hover{
  background-color:#ff0000 !important;

}


.iconFullScreenFullScreen {
  display: block !important;
  background-image: url("../css/icon_full_back.png") !important;
  background-repeat: no-repeat !important;
  right: 20px !important;
}

.iconInfoFullScreen {

  display: block !important;
  right: 20px !important;
}

.priceInfoDivFullScreen
{
  left: 30px !important;
}


@media screen and ( max-width: 468px ){

#priceInfoDiv
{
/* bottom: calc(100vh - 85vw - 30px) !important; */
top: calc(56px + 85vw - 50px);
left: 290px !important;
}


.priceInfoDivFullScreen
{
top: calc(100vh - 50px) !important;
}


 #canvas2Ddiv{
    position: absolute;
    width: 100vw;
    height: 85vw;
    top: 56px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

@media not all and (min-resolution:.001dpcm) {
@media {
 #canvas2Ddiv{
 top: 112px;
 }
}}


.optionsBoxFullScreen {
  display: none !important;
  /* left: calc(100vw - 666px) !important;
  top: calc(100% - 85px) !important;
  overflow-x: hidden;
  overflow-y: hidden; */
}


.canvas2dDivFullScreen {
  top: 0 !important;
  position: absolute !important;
  width: 100vw !important;
  height: 100vh !important;
}

.iconInfoFullScreen {
  display: none !important;
  /* left: calc(100vw - 58px) !important;
  top: calc(100% - 58px) !important;  */
}

.iconFullScreenFullScreen {
  display: block !important;
  background-image: url("../css/icon_full_back.png") !important;
  background-repeat: no-repeat !important;
  right: calc(100vw - 58px) !important;
  top: calc(100% - 58px) !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}



.iconZoomInFullScreen {
  right: 10px !important;
  top: 72px !important;
}

.iconZoomOutFullScreen {
  right: 10px !important;
  top: 120px !important;
}


  @-ms-viewport {
    width: 468px;
  }
  @-o-viewport {
    width: 468px;
  }
  @viewport {
    width: 468px;
  }

  html, body {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #renderCanvas {
    position: absolute;
    width: 100vmin;
    height: 85vw;
    outline: none;
    top: 56px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
    background: transparent;
  }

#canvas2Ddiv{
    position: absolute;
    width: 100vmin;
    height: 85vw;
    top: 56px;
    overflow-x: hidden;
    overflow-y: hidden;
  }



#canvas2d_old {
    position: absolute;
    width: 100vmin;
    height: 100vmin;
    top: calc((45vw / -2));
    left: 0px;
    outline: none;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

 #canvas2d {
position: absolute;
top:  calc((100vh - 1200px - 55vh) / 2 - 76px);
left: calc((100vw - 1200px) / 2);


    outline: none;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

.canvas2dFullScreen {

top:  calc((100vh - 1200px) / 2);
left: calc((100vw - 1200px) / 2);

  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

  #builderUI {
    position: fixed;
    top: calc(56px + 85vw);
    width: 468px;
    height: calc(100vh - 85vw - 56px);
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);
    padding-bottom: 15px;

  }



  #builderOptions7{
    overflow-y: hidden;
  }

  #icon3D {
    transform: scale(0.875);
    left: 10px;
    top: 72px;
    background-image: url("../css/icon_3d.png");
    background-repeat: no-repeat;
    overflow-y: hidden;
  }

  #icon2D {
    transform: scale(0.875);
    left: 10px;
    top: 120px;
    background-image: url("../css/icon_2d.png");
    background-repeat: no-repeat;
    overflow-y: hidden;
  }

  #iconZoomIn {
    transform: scale(0.875);
    top: 72px;
    right: 10px;
    background-image: url("../css/icon_zoom1.png");
    background-repeat: no-repeat;
    overflow-y: hidden;
  }

  #iconZoomOut {
    transform: scale(0.875);
    top: 120px;
    right: 10px;
    background-image: url("../css/icon_zoom2.png");
    background-repeat: no-repeat;
    overflow-y: hidden;
  }

  #iconFullScreen {

    transform: scale(0.875);
    top: calc(56px + 85vw - 42px - 20px);
    left: 10px;
    background-image: url("../css/icon_full.png");
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #iconInfo {
    display: none;
    /* transform: scale(0.875);
    top: calc(100% - 398px);
    right: 10px;
    background-image: url("../css/icon_information.png");
    background-repeat: no-repeat;
    overflow-y: hidden; */
  }

  #optionsBox {
    display: none;
    /* overflow-y: hidden;
    overflow-x: hidden;
    transform: scale(0.4);
    width: 864px;
    left: -198px;
    top: calc(100% - 426px);
    background-color: #FFFFFF;
    overflow-y: hidden; */
  }

  .xr-button-overlayFullScreen
  {
top: calc(100vh - 58px) !important;

  }


}



.xr-button-overlay
{
bottom: auto !important;
top: calc(56px + 85vw - 42px - 20px) !important;
height: 42px !important;
width: 42px !important;
right: 12px !important;
}

.babylonVRicon
{
height: 42px !important;
width: 42px !important;
margin: 0px !important;
}
