.overlay-container {
  position: relative; /* <-- Set as the reference for the positioned overlay */
}

.overlay-container .overlay {
  position: absolute; /* <-- Remove the overlay from normal flow         */
  top: 0;          /* <-- Keep the overlay at the bottom of the box   */
  left: 0;            /* <-- Set left and right properties to 0          */
  right: 0;           /*     In order to expand the overlay horizontally */
  position:absolute;
  top:56px;
  left:px;
  padding:4px;
  font-family: 'Chewy', serif;color:#f2f2f2;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 1px 1px #000;
  line-height: 1.2;
  margin:0;

  /*padding: 0.4rem;*/
  /*background-color: rgba(255, 255, 255, 0.7); */
}
