#block-venues-venue-frontpage-block h2,
#block-views-block-venues-venue-frontpage-block2 h2{
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;

  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1750px){
  body.path-frontpage {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 1750px){
  body.path-frontpage {
    background-size: auto 65%;
  }
}

@media screen and (max-width: 750px) {
  #block-venues-venue-frontpage-block h2,
  #block-views-block-venues-venue-frontpage-block2 h2{
    font-size: 28px;
  }
  body.path-frontpage {
    background-size: auto 68%;
  }
}
