@media screen and (min-width: 768px) {
  .component.teaser_tiles.h-position .tile_content .header {
    min-height: 65px;
  }
}
.teaser_tiles_small_image .imageLeftThirdLayout .img img {
  top: 30%;
}

@media only screen and (max-width: 480px) {
  .teaser_tiles_small_image .imageLeftThirdLayout .img {
    height: auto !important;
  }
  .teaser_tiles_small_image .imageLeftThirdLayout .img img {
    position: static;
    transform: none;
    display: block;
    margin: auto;
  }
}