.landing-subtitle {
  text-align: center;
}

.landing-logo {
  position: absolute;
  top: 5%;
  width: 250px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.jake-photo {
  left: 4%;
  top: -120px;
  position: absolute;
  height: 130%;
  z-index: 1;
  user-select: none;
}

.jake-info-container {
  position: absolute;
  top: 35%;
  right: 50%;
  transform: translateX(50%);
  width: fit-content;
  z-index: 2;
}

.jake-info {
  font-family: "Roboto-Thin";
  font-size: 17px;
  max-width: 550px;
  text-align: justify;
  margin: 0 auto;
  z-index: 2;
}

.session-info {
  font-family: "Roboto-Thin";
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.book-session-btn {
  background-color: #1598ac;
  color: white;
  font-family: "Roboto-Thin";
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 30px;
}

.book-session-btn:hover {
  background-color: #61a7b2;
}

.about-me-btn {
  background-color: #1598ac;
  color: white;
  font-family: "Roboto-Thin";
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  margin-top: 30px;
  margin-right: 10px;
}

.about-me-btn:hover {
  background-color: #61a7b2;
}

.video-container {
  position: absolute;
  right: 5%;
  top: 280px;
  width: 30%;
  border: 2px solid #1598ac;
  border-radius: 10px;
  box-shadow: 0 24px 28px rgba(0, 0, 0, 0.5);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 1500px) {
  .jake-photo {
    left: 0%;
  }
}

@media screen and (max-width: 1400px) {
  .jake-photo {
    left: -3%;
  }
}

@media screen and (max-width: 1200px) {
  .jake-photo {
    left: -6%;
  }
}

@media screen and (max-width: 1100px) {
  .jake-photo {
    left: -9%;
  }
}

@media screen and (max-width: 1000px) {
  .jake-photo {
    left: -15%;
  }
}

@media screen and (max-width: 900px) {
  .jake-photo {
    left: -20%;
  }
}

@media screen and (min-width: 451px) {
  .youtube-video-container {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .jake-photo {
    position: absolute;
    left: -60px;
    top: 60px;
    height: 80vh;
  }

  .jake-info-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
  }

  .landing-subtitle {
    text-align: center;
    margin-left: 130px;
    margin-right: 20px;
    right: 10px;
    font-size: 25px;
    bottom: 200px;
  }

  .landing-logo {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 1%;
  }

  .session-info {
    text-align: center;
    margin-left: 130px;
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .video-container {
    display: none;
  }

  .youtube-video-container {
    position: absolute;
    display: block;
    width: 90%;
    top: 670px;
    right: 50%;
    transform: translateX(50%);
    border: 2px solid #1598ac;
    border-radius: 10px;
  }

  .youtube-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
    border-radius: 8px;
  }

  .youtube-video-container iframe {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 740px) {
  .jake-photo {
    left: -100px;
  }
}

@media screen and (max-width: 650px) {
  .jake-photo {
    left: -50px;
    top: 60px;
    height: 70vh;
  }
}

@media screen and (max-width: 500px) {
  .jake-photo {
    left: -80px;
    top: 60px;
    height: 70vh;
  }
}

@media screen and (max-width: 450px) {
  .jake-photo {
    top: 110px;
    height: 60vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .landing-logo {
    top: 3%;
  }

  .video-container {
    top: 35%;
    border: none;
    box-shadow: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .jake-photo {
    top: 0px;
    left: 1%;
    height: 60vh;
  }
}

@media screen and (max-width: 400px) {
  .jake-photo {
    top: 160px;
    left: -15%;
    height: 60vh;
  }
}

@media screen and (max-width: 300px) {
  .about-me-btn {
    font-size: 12px;
  }

  .book-session-btn {
    font-size: 12px;
  }
}
