.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: opacity .3s ease;
}
.modal-mask .modal-wrapper {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f8f9fa;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
}
.modal-content.inventory {
  max-width: 390px;
}
.modal-content .description {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  top: 10px;
}
.modal-content .description a {
  text-decoration: underline;
  color: inherit;
}
.modal-content .description a:hover {
  text-decoration: underline;
  color: inherit;
}
.close {
  background: url(../images/portal/modal-close-icon.png) no-repeat;
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  opacity: 1;
  right: 13px;
  top: 13px;
}
.close:hover {
  opacity: 0.8;
}
.inventory-img {
  width: 100%;
}
@media (max-width: 1201px) {
  .inventory-img {
    height: 588px;
  }
}
@media (max-width: 420px) {
  .inventory-img {
    height: 545px;
  }
}
@media (max-width: 385px) {
  .inventory-img {
    height: 463px;
  }
}
@media (max-width: 330px) {
  .inventory-img {
    height: 390px;
  }
}
.webcamiframe {
  width: 100%;
  border: 0;
}
