.banner_with_full_width_text_v1 h2 {
  border-bottom: none;
}

.banner_with_full_width_text_v1 {
  background-image: url('/media/export/cms/online_services/TitleBar.jpg');
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-position: 0px 31%;
}

.banner_with_full_width_text_v1 .content {
  position: absolute;
  bottom: 57px;
  padding: 26px 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  font-family: tahoma;
  font-weight: normal;
}

.banner_with_full_width_text_v1 .content h2,
.banner_with_full_width_text_v1 .content p {
  font-weight: normal;
  margin: 0;
}

.banner_with_full_width_text_v1 .content h2,
.banner_with_full_width_text_v1 .content p {
  font-weight: normal;
  margin: 0;
}

.banner_with_full_width_text_v1 .content h2 {
  font-size: 18px;
  letter-spacing: 4px
}

.banner_with_full_width_text_v1 .content p {
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 5px;
  font-weight: bold;
}

@media only screen and (max-width:320px) {
  .banner_with_full_width_text_v1 {
    height: 145px;
  }

  .banner_with_full_width_text_v1 .content {
    padding: 4px;
    bottom: 10px;
  }

  .banner_with_full_width_text_v1 .content h2 {
    font-size: 12px;
  }

  .banner_with_full_width_text_v1 .content p {
    font-size: 8px;
  }

}

@media only screen and (min-width:321px) and (max-width:450px) {
  .banner_with_full_width_text_v1 {
    height: 145px;
  }

  .banner_with_full_width_text_v1 .content {
    padding: 4px;
    bottom: 10px;
  }

  .banner_with_full_width_text_v1 .content h2 {
    font-size: 12px;
  }

  .banner_with_full_width_text_v1 .content p {
    font-size: 8px;
  }

}

@media only screen and (min-width:451px) and (max-width:920px) {
  .banner_with_full_width_text_v1 .header_banner {
    height: 256px;
  }

  .online-services-page-formatter.outer-wrap #wrapper .content {
    padding: 7px 0px;
    bottom: 12px;
  }

}
