.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/images/behar-media-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-container1 {
  left: 100px;
  width: 500px;
  bottom: 0px;
  height: 100vh;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.61);
}
.home-text {
  color: rgb(255, 255, 255);
  font-size: 22px;
  align-self: center;
  text-align: center;
  line-height: 1.3;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
}
.home-text1 {
  font-weight: 700;
}
.home-link {
  top: 317px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  width: 193px;
  margin: auto;
  position: absolute;
  font-size: 22px;
  box-shadow: 5px 5px 15px 0px #000000;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
  background-color: #f90606;
  text-align: center;
}
.home-link1 {
  top: 407px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  width: 290px;
  margin: auto;
  position: absolute;
  font-size: 22px;
  box-shadow: 5px 5px 15px 0px #000000;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
  background-color: #f90606;
}
.home-link2 {
  top: 491px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  width: 193px;
  margin: auto;
  position: absolute;
  font-size: 22px;
  box-shadow: 5px 5px 15px 0px #000000;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
  background-color: #f90606;
  text-align: center;
}
.home-text8 {
  display: none;
}
@media(max-width: 767px) {
  .home-container1 {
    width: 50%;
  }
  .home-link {
    top: 317px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-link1 {
    top: 400px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
@media(max-width: 479px) {
  .home-container {
    background-image: url("public/images/behar-media_mobile-1500w.jpg");
  }
  .home-container1 {
    top: -1px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-bottom: 45px;
    background-color: rgba(0, 0, 0, 0.73);
  }
  .home-text {
    top: 78px;
    left: -4px;
    color: rgb(255, 255, 255);
    position: absolute;
    font-size: 22px;
    line-height: 1.3;
  }
  .home-text1 {
    font-weight: 700;
  }
  .home-link {
    top: 434px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-link1 {
    top: 516px;
    left: 0px;
    color: rgb(255, 255, 255);
    right: 0px;
    width: 289px;
    margin: auto;
    font-size: 22px;
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 0px;
    background-color: rgb(249, 6, 6);
  }
  .home-link2 {
    top: 599px;
    left: 0px;
    color: rgb(255, 255, 255);
    right: 0px;
    margin: auto;
    font-size: 22px;
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 0px;
    background-color: rgb(249, 6, 6);
  }
  .home-text8 {
    top: 29px;
    left: 0px;
    color: rgb(255, 255, 255);
    right: 0px;
    margin: auto;
    display: flex;
    position: absolute;
    font-family: '28 Days Later', sans-serif !important;
    justify-content: center;
  }
}
