#hero {
  height: 100%;
  margin-bottom: -74px;
}
@media (min-width: 992px) and (max-height: 774px) {
  #hero {
    height: auto;
    margin: 0;
  }
}
@media (max-width: 991px) and (max-height: 554px) {
  #hero {
    height: auto;
    margin: 0;
  }
}
#block-hero {
  background: linear-gradient(rgba(0,0,0,0.07),rgba(0,0,0,0.07)), url('/bekitzur/htdocs/images/home/baskets-home-background.jpg') 100% 100%;
  background-size: cover;
  background-position: center;
  height: calc(100% - 74px);
  color: #3c3c3c;
  text-align: center;
  position: relative;
}
@media (min-width: 776px) {
  #block-hero {
    height: 700px;
  }
}
@media (max-width: 776px) {
  #block-hero {
    max-height: 650px;
    background-color: white;
    background-image: url('/bekitzur/htdocs/images/home/globein-home-mobile-background.jpg');
    background-position-y: -78px;
    background-repeat: no-repeat;
    color: #3c3c3c;
  }
}
#block-hero .title {
  font-size: 55px;
  line-height: 1.5;
  margin: 65px 0 0 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  #block-hero .title {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #block-hero .title {
    font-size: 30px;
    margin-top: 73px;
  }
}
#block-hero .subtitle {
  max-width: 670px;
  font-size: 26px;
  margin: 35px auto 0 auto;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #block-hero .subtitle {
    margin-top: 20px;
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #block-hero .subtitle {
    max-width: 287px;
    margin-top: 25px;
    line-height: 1.3;
  }
}
#block-hero .buy-now {
  width: 255px;
  height: 55px;
  border: 3px solid #18766f;
  border-radius: 10px;
  margin: 55px auto 0 auto;
  font-size: 22px;
  line-height: 50px;
  background-color: #18766f;
  display: block;
  color: #ffffff !important;
  text-decoration: none;
}
#block-hero .buy-now:hover {
  background-color: #ffffff;
  color: #18766f !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-hero .buy-now {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #block-hero .buy-now {
    margin-top: 35px;
  }
}
#block-hero .down-arrow {
  height: 70px;
  width: 70px;
  background: url('/bekitzur/htdocs/images/home/down-arrow.png');
  background-size: cover;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 35px);
}
@media (max-width: 991px) {
  #block-hero .down-arrow {
    height: 45px;
    width: 45px;
    left: calc(50% - 22px);
  }
}
@media (max-width: 767px) {
  #block-hero .down-arrow {
    display: none;
  }
}
