@media screen and (max-width: 1920px) {
  .format main {
    gap: 48px;
  }
  .format .som {
    width: 100%;
  }
  .format .som__img {
    object-fit: contain;
  }
  .format .som__text p {
    font-size: 0.9rem;
  }
  .format .som__text.left {
    left: 2rem;
    bottom: 2rem;
  }
  .format .som__text.right {
    right: 2rem;
    bottom: 2rem;
  }
  .format .som__text.top {
    top: 2rem;
    bottom: auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .format h1 {
    top: 10rem;
  }
  .format .som {
    height: 200vh;
  }
  .format .som.first {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .format h1 {
    font-size: 3.4rem;
  }
  .format .som.first {
    height: 67vh !important;
    align-content: flex-end;
  }
  .format .som.first .som__sticky {
    height: 40vh;
  }
  .format .som.first .som__img {
    object-position: center;
  }
  .format .samsung__logo {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .format h1 {
    font-size: 2.6rem;
    left: 1rem;
  }
  .format .button__container {
    flex-direction: column;
    padding: 0 1rem;
    width: 100%;
  }
  .format .button__container .cta {
    text-align: center;
  }
  .format .som {
    height: 100vh;
  }
  .format .som.first .som__img {
    object-position: center;
  }
  .format .som__text {
    hyphens: auto;
  }
  .format .som__text.left {
    left: 2rem;
    bottom: 0rem !important;
  }
  .format .som__text.right {
    right: 2rem;
    bottom: 0rem !important;
  }
  .format .som__text.top {
    top: auto;
    bottom: 0rem !important;
  }
  .format .som__img {
    object-position: top;
  }
  .format .copy p.intro {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .format h1 {
    font-size: 2rem;
  }
  .format .som {
    height: 100vh;
  }
  .format .som .som__img {
    object-position: top;
  }
  .format .som .som__sticky {
    height: 70vh;
  }
  .format .som.first {
    align-content: flex-end;
    height: 60vh !important;
  }
  .format .som.first .som__sticky {
    height: 40vh;
  }
  .format .som.first .som__img {
    object-position: center !important;
  }
  .format .samsung__logo {
    width: 250px;
  }
}