#bdlss {
  height: 1600px;
  margin-top: 161px;
  text-align: center;
  padding-top: 0px;
  padding-left: 0px;
  background: url("../../assets/img/START%20YOUR%20JOURNEY%20HERE.png") center / contain no-repeat, #000000;
}

@media (min-width: 300px) {
  #bdlss {
    height: 505px;
    margin-top: 161px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    background: url("../../assets/img/START%20YOUR%20JOURNEY%20HERE.png") center / contain no-repeat, #000000;
  }
}

@media (min-width: 576px) {
  #bdlss {
    height: 740px;
    margin-top: 161px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    background: url("../../assets/img/START%20YOUR%20JOURNEY%20HERE.png") center / contain no-repeat, #000000;
  }
}

@media (min-width: 768px) {
  #bdlss {
    height: 1000px;
    margin-top: 161px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    background: url("../../assets/img/START%20YOUR%20JOURNEY%20HERE.png") center / contain no-repeat, #000000;
  }
}

@media (min-width: 1200px) {
  #bdlss {
    height: 1600px;
    margin-top: 161px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    background: url("../../assets/img/START%20YOUR%20JOURNEY%20HERE.png") center / contain no-repeat, #000000;
  }
}

#startBttn {
  text-align: center;
  background: rgba(0,0,0,0)!important;
  border-color: rgba(0,0,0,0)!important;
  width: 319px;
  height: 66px;
}

@media (min-width: 360px) {
  #startBttn {
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 159px;
    height: 16px;
  }
}

@media (min-width: 576px) {
  #startBttn {
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 239px;
    height: 46px;
  }
}

@media (min-width: 768px) {
  #startBttn {
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 319px;
    height: 66px;
  }
}

@media (min-width: 1200px) {
  #startBttn {
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 509px;
    height: 96px;
  }
}

