.titan-modal {
  background-color: #fff;
  border: 5px solid #0b0c0c;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  z-index: 1002;
}

.titan-modal-overlay {
  background-color: #0b0c0c;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

@media (min-width: 40.0625em) {
  .titan-modal {
    width: 435px;
  }
}