/* Main container */
.overlay-image {
 position: relative;
}
/* Original image */
.overlay-image .image {
 display: block;
}
/* Original text overlay */
.overlay-image .text {
 position: absolute;
 top: 1%;
 left: 1%;
 width: 100%;
 color: #fff;
 text-shadow: 2px 2px 2px #000;
}

body, input, select, textarea {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  body, input, select, textarea {
    font-size: 50px;
  }
}
