.content {
  height: 500px;
  isolation: isolate;

  @media only screen and (max-width: 767.99px) {
    height: auto;
  }
}
