.block-content-full_width_text {
  min-height: 400px;
  background-size: cover;
  display: flex;
}

.block-content-full_width_text .overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.block-content-full_width_text .full-width-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white
}


.block-content-full_width_text .full-width-text h2 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}

.block-content-full_width_text .full-width-text p {
  font-size: 2rem;
}



/* // Sneaky Bit for plain block with fw class applied */

.block-content-basic h2 {
  text-align: center;
}


#the-route img {
  width: 100%;
  height: auto;
}



@media (max-width: 1200px) {
  /* Your styles here */

}


@media (max-width: 992px) {
  /* Your styles here */

}


@media (max-width: 768px) {

  /* Your styles here */
  #block-cma-fullwidthtexttest .overlay {
    padding-top: 110px;
  }

}