.tv {
border: 2px solid;
padding: 25px;
max-width: 40%;
margin-right: 10%;
border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
box-shadow: 20px 20px rgba(0,0,0,.15);
transition: all .4s ease;
  margin-bottom: 30px;
}
.tv:hover {
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 10px 10px rgba(0,0,0,.25);
}

* {
   font-family: 'Open Sans', sans-serif;
}