/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10vh; /* Location of the box */
  padding-bottom: 10vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  width: 84vw;
  height: 100%;
}

/* The Close Button */
.coh-modal-close-wrapper {
  position: absolute;
  top: -48px;
  right: -48px;
  bottom: auto;
  left: auto;
  z-index: 1;
}

.brevera360 .mainHolder {
  max-height: 600px;
}

@media (orientation: landscape) {
  .brevera360 .mainContent {
    min-height: 250px;
  }
}

/* Brevera Console Inline Modal */
#brevera-console-inline-modal .modal-content {
  border: none;
  max-height: 570px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  #brevera-console-inline-modal .modal-content {
    min-width: 886px;
  }
}

@media (min-width: 1330px) {
  #brevera-console-inline-modal .modal-content {
    width: 1136px;
  }
}
