.OTM_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.OTMs {
  position: relative;
  z-index: 1;
  height: 100%;
}

.OTM_container {
  position: relative;
 
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.OTMs {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2em;
}

.OTMs > div {
  flex: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--overlay);
  padding: 2em;
  font: var(--fancy);
  text-align: center;
  cursor: pointer;
}

.OTMs .member, .OTMs .character, .OTMs .couple, .OTMs .thread,
#OTM_member .OTM_card {
  background: var(--mainbg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  border: var(--lightborder);
}

.OTM_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.OTM_card {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.OTM_member, .OTM_character, .OTM_couple, .OTM_thread {
  background: var(--overlay);
  backdrop-filter: blur(10px);
  height: -webkit-fill-available;
  padding: 2em;
  border: var(--lightborder);
}

.OTM_close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  font-size: 18px;
}

.OTM_close svg {
  fill: var(--theadcolor);
  opacity: .5;
}

.OTM_close svg:overlay {
  opacity: .8;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2em;
}

.OTMs > div {
  flex: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--overlay);
  padding: 2em;
  font: var(--fancy);
  text-align: center;
  cursor: pointer;
}

.OTMs .member, .OTMs .character, .OTMs .couple, .OTMs .thread,
#OTM_member .OTM_card {
	background: var(--mainbg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	border: var(--lightborder);
}

.OTM_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.OTM_card {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.OTM_member, .OTM_character, .OTM_couple, .OTM_thread {
  background: var(--overlay);
  backdrop-filter: blur(10px);
  height: -webkit-fill-available;
  padding: 2em;
  border: var(--lightborder);
}

.OTM_close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  font-size: 18px;
}

.OTM_close svg {
  fill: var(--theadcolor);
  opacity: .5;
}

.OTM_close svg:overlay {
  opacity: .8;
}