@media only screen and (max-width: 768px) {
    img.underconstruction {
		width: auto !important;
		height: 48rem;
	}
}

/* Container holding the image and the text */
.under-construction {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  top: 8px;
  left: 16px;
}

h1.masthead-heading.text-uppercase.mb-0 {
    position: absolute;
    top: 2rem;
    left: 1rem;
    font-size: 2rem;
    font-family: 'Benne', serif;
    text-transform: capitalize !important;
}
