.bottle-scale:hover img {
    
    transform: scale(1.035);
}

.bottle-scale img {
    transition: transform 0.5s  ease-in-out;
    cursor: pointer;
  }
