/*.pkp_head_wrapper {*/
/*  padding-top: 200px;*/
/*}*/

/*.pkp_site_name img {*/
/*  width: 100% !important;*/
/*  height: auto !important;*/
/*  object-fit: cover;*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*}*/


.pkp_head_wrapper {
  padding-top: 0;
}

.banner-container {
  position: relative;
  width: 100%;
  display: block;
}

.banner-container img {
  width: 100%;
  height: auto;
  display: block;
}

.pkp_site_name_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 800px; */
  /* or any size you like */
  /* width: 90%; */
  /* responsive fallback */
  /* background: rgba(0, 0, 0, 0.5); */
  background: #000000;

  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);

  /* optional overlay */
  color: white;
  text-align: center;
  padding: 7px 20px;
  /* border-radius: 8px; */
}