/*
thead, tbody { display: block; }

tbody {
    height: 100px;       // Just for the demo          
    overflow-y: auto;    // Trigger vertical scroll    
    overflow-x: hidden;  // Hide the horizontal scroll 
}

*/
.my-div {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }