#km-tetmirrortab {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#km-tetmirror {
    top: 10px;
    right: 10px;
    width: 212px;
    height: 212px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#km-tetmirror img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    filter: invert(0.6);
}

#km-section-tab {
    margin-top: 0;
}

@media (max-width: 1200px) {
  #km-tetmirror {
    display: none;
  }
}