.tws-container--tws-custom-html {
  img {
    object-fit: contain !important;
    height: auto !important;
  }
}

.brew--footer {
  > .container {
    > .row {
      img {
        object-fit: contain !important;
        height: auto !important;
      }
    }
  }
}