.rtl #zenstox-hero-bg .text-left {
  text-align: right !important;
}

.rtl #zenstox-hero-bg h1 {
  font-family: 'Cairo' !important;
}

#zenstox-hero-bg {
  padding: 160px 0;
}

#zenstox-hero-bg .zenstox-hero-bg-desktop {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover !important;
}

#zenstox-hero-bg .zenstox-hero-bg-mobile {
  display: none;
}

#zenstox-hero-bg .zenstox-hero-bg-tablet {
  display: none;
}

#zenstox-hero-bg .zenstox-container {
  position: relative;
  padding: 0 20px;
}


.rtl #zenstox-hero-bg .text-right *:not[button] {
  text-align: right !important;
}

#zenstox-hero-bg h1 {
  font-size: 57px;
  line-height: 74px;
  max-width: 420px;
  font-weight: 700;
}

#zenstox-hero-bg p {
  font-size: 18px;
  line-height: 28px;
  max-width: 340px;
}

@media (max-width: 1200px) {
  #zenstox-hero-bg {
    padding: 70px 0;
  }
}

@media (min-width: 1024px) {
  .rtl #zenstox-hero-bg .text-right--l *:not[button] {
    text-align: right !important;
  }
}

@media (max-width: 960px) {

  #zenstox-hero-bg {
    padding: 0;
  }

  #zenstox-hero-bg .zenstox-hero-bg-desktop {
    display: none;
  }

  #zenstox-hero-bg .zenstox-hero-bg-tablet {
    display: block;
  }

  #zenstox-hero-bg .zenstox-hero-bg-tablet img {
    width: 100%;
  }

  .rtl #zenstox-hero-bg .text-right {
    text-align: center !important;
  }

  #zenstox-hero-bg .zenstox-hero-content {
    width: 100%;
    padding: 30px 0;
  }

  #zenstox-hero-bg .zenstox-hero-content * {
    margin-left: auto;
    margin-right: auto;
  }

  #zenstox-hero-bg h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {

  #zenstox-hero-bg .zenstox-hero-bg-tablet {
    display: none;
  }

  #zenstox-hero-bg .zenstox-hero-bg-mobile {
    display: block;
  }

  #zenstox-hero-bg .zenstox-hero-bg-mobile img {
    width: 100%;
  }
}