.fit-cover {
  object-fit: cover;
}

.prev-btn, .next-btn {
  font-size: 12px;
}

#other-input {
  display: none;
}

::selection {
  background: rgba(71,68,95,0.44);
  color: #acacac;
}

.form-input option {
  background: rgba(71,68,95,0.44);
}

