.fixed-size{
  height: 120px;
  width: 200px;
  object-fit: cover;
}

.image-cover{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
