.block_wrapper.hero_img {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .block_wrapper.hero_img .overlay {
    height: 100%;
    position: absolute;
    width: 100%; }
    .block_wrapper.hero_img .overlay .inner-content {
      height: 100%;
      position: relative; }
  .block_wrapper.hero_img .wrap_title {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .block_wrapper.hero_img .wrap_title h1 {
      color: #fff;
      font-family: "Cinzel";
      font-size: 3.88889em;
      text-align: center;
      margin-bottom: 0; }
    .block_wrapper.hero_img .wrap_title h3 {
      color: #fff;
      border-top: 0;
      padding-top: 0;
      margin-bottom: 2em;
      font-family: "Montserrat";
      text-align: center; }
    .block_wrapper.hero_img .wrap_title .podnapis_slika {
      margin-bottom: 2em;
      max-width: 55%; }
      .block_wrapper.hero_img .wrap_title .podnapis_slika img {
        max-width: 160px;
        margin: 0 0 0 auto; }
