.seo-dish-image {
  width: 100%;
  height: 272px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
  background-color: #fff;
}

.seo-dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
