div#box.box-images {
  display: flex !important;
  height: 35px;
  gap: 10px;
  align-items: center;
  justify-content: center;	
}
div#box.box-images img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}
.none-box{
	display: none;
}
