/* Modal */
.modal-button-wrapper {
  display: flex;
  justify-content: center;
}
.modal-button {
  display: inline;
  padding: 0 0 0 0;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 460px;
  height: auto;
}

.modal-button .eta-modal-button {
  position: relative;
  top: 5%;
  left: 102%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  position: relative;
  top: -20%;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 10px 10px 10px 10px;
  border: 1px solid #888;
  width: 50%;
}
.close-it {
  position: relative;
  top: -28px;
  left: -4px;
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}
.close-it:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Virtual Tour Start */
.virtual-frame-wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  /* padding-top: 56.25%; 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.virtual-frame {
  align-items: center;
  display: block;
  background-color: transparent;
}
.virtual-frame {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  border: none;
  margin: 0 auto;
  background-color: black;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 600px;
  border: none;
  margin: 0 auto;
  background-color: black;
}


.virtual-button {
  position: relative;
  top: 0px;
  left: 0%;
  width: 185px;
  height: 54px;
  background-color: #252525;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 11px 20px 0px 20px;
/*  padding: 20px 20px 20px 20px;*/
  transition: 0.3s;
}

.virtual-button a {
  text-decoration: none;
}
.virtual-button:hover {
  background-color: #7F7F7F;
  color: white;
}


/* CSS */
.button-68 {
  position: relative;
  top: 0px;
  left: 40%;
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  margin: 20px 20px 20px 20px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}
.button-68:active {
  transform: translateY(2px);
  transition-duration: .35s;
}
.button-68:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}
/* Virtual Tour End */
/* Responsive */
@media only screen and (max-width: 600px) {
  .modal-button-wrapper {
    flex-wrap: wrap;
  }
  .modal-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-content {
    width: 100%;
  }
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .close-it {
    position: relative;
    top: 5px;
    left: -21px;
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
  }
  .virtual-button {
    position: relative;
    top: 0px;
    left: 24%;
    background-color: #252525;
    border: none;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-size: 16px;
    margin: 20px 20px 20px 20px;
    transition: 0.3s;
  }
.modal-button .eta-modal-button {
  position: relative;
  top: 10%;
  left: 28%;
}

}