.content1 {
  position: relative;
  /*background-color: #ffffff;*/
  color: #ffffff;
}

.original-content {
  display: flex;
  align-items: center;
  cursor: pointer;
  /*background-color: lightyellow;*/
  width: 100% !important;
}

.content1:hover .original-content {
  display: flex;
  transform: scale(0);
  display: none;
}

.content1:hover .hidden-content {
  display: block;
  transform: scale(1);
  /*transform: translate(-50%,-50%) scale(1);*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.col-c {
  width: max-content;
}

.column1 {
  background-color: white;
}

