.modeltop-logo {
  position: absolute;
  top: 450px;
  right: 20px;
  width: 170px;
}
#modeltop {
  min-height: 540px;
  max-height: 540px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  overflow: auto;
  padding-top: 170px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(0%);
  z-index: 999;
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 1000px;
  width: 80%;
  position: absolute;
  top: 30px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.prev,
.next {
  position: absolute;
  top: 35%;
  margin-top: -22px;
  padding: 16px;
  width: auto;
  border-radius: 0 3px 3px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: 0.6s ease;

  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */
#common_link #mjwood_logo {
  margin: 0 59px 0 10px;
}
