.video-double-div {
  display: flex;
  flex-direction: column-reverse;
}

.phone-portrait {
  display: flex;
  flex-direction: column;
  background: #222;
  width: 420px;
  height: 800px;
  margin: auto;
  margin-top: -5rem;
  margin-bottom: -5rem;
  border-radius: 2rem;
  border: 6px solid #888;
  padding: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
}

#hrmobi-video-help-text {
  padding: 1rem;
}

#hrmobi-video-container {
  width: 40rem;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .video-double-div {
    flex-direction: row;
  }
  #hrmobi-video-container {
    width: 50rem;
  }
  #hrmobi-video-help-text {
    font-size: 1.25rem;
    padding: 2rem;
    padding-right: 3rem;
  }
  .phone-portrait {
    transform: scale(1);
    margin-bottom: 2rem;
  }
}

.phone-top-part {
  height: 5%;
  padding-top: 0.25rem;
  padding-left: 0.75rem;
}

.phone-cameras {
  height: 2rem;
  display: flex;
  justify-content: space-between;
  width: 5rem;
  background: #111;
  padding: 0.25rem;
  border-radius: 999rem;
}

.phone-camera {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.3), transparent 50%),
    radial-gradient(circle at 20% 40%, rgba(150, 160, 240, 0.4), transparent 50%),
    radial-gradient(circle at 90% 70%, rgba(200, 100, 200, 0.5), transparent 25%),
    radial-gradient(circle at center, #111, #111 20%, #202020 21%, #202020 40%, #2a2a2a 45%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  opacity: 0.4;
}

.phone-screen {
  flex: 1 0 90%;
  background: #2a2a2a;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 0.25rem;
  position: relative;
}

.hrmobi-banner {
  background: #2a2a2a;
  height: 50px;
  width: 100%;
  box-shadow: 0 8px 12px -10px #000;
  margin-bottom: 0.5rem;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hrmobi-logo {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 32px;
  height: 32px;
}

.dual-buttons {
  display: flex;
}
.hrmobi-button {
  flex: 1 1 50%;
  background: linear-gradient(to right bottom, #525252, #404040);
  border-radius: 3px;
  padding: 1rem;
  margin: 0.1rem;
  color: #fff;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  text-shadow: 0px -1px 0px #333333, -1px -1px 0px #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.hrmobi-button:hover {
  background: linear-gradient(to right bottom, #5a5a5a, #505050);
}
.full-wide-button {
  display: flex;
}
.full-wide-button .hrmobi-button {
  flex: 1 1 100%;
}

.hrmobi-hrsuunti-logo {
  margin-top: 3rem;
  text-align: center;
}
.hrmobi-hrsuunti-logo img {
  width: 50%;
  height: auto;
  margin: auto;
}

.video-links p {
  margin-bottom: 0.25rem;
}
.video-links p span {
  text-decoration: underline;
  cursor: pointer;
}

.hrmobi-video h2 {
  display: none;
}
