.sub_header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sub_header_content img {
  width: 100%;
  max-height: 500px;      /* Limits the height */
  object-fit: cover;      /* Crops image nicely to fit */
  display: block;
}