.hidden {
  display: none;
}

.fit-content {
    object-position: 50% 50%;
    height: 100%;
    object-fit: contain;
}

.error {
    color: red!important;
}
