

img {
border-radius: 25px;
  transition: transform 200ms ease-in-out;
  
  }

img:hover {
  transform: scale(1.1);
  
  
}

.myDropDown
{
   height: 600px;
   overflow: auto;
}


  
