.visual {
  background: #fff;
  font-size: 0;
  overflow: hidden;
}

.visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drink.zero .visual {
  background: #fff;
}
