.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 0;
}

.brand img {
  display: block;
  width: 210px;
  height: auto;
}

.site-footer .brand img {
  width: 230px;
}

.phone {
  aspect-ratio: auto;
  padding: 6px;
}

.phone::before {
  display: none;
}

.phone > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 32px;
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.gallery {
  padding-bottom: 30px;
}

.mini-phone {
  position: relative;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  aspect-ratio: auto;
}

.mini-phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

.mini-phone figcaption {
  display: none;
}

.feature-shot.image-shot {
  padding: 22px;
  overflow: hidden;
}

.feature-shot.image-shot img {
  width: min(280px, 100%);
  height: auto;
  border: 7px solid #252b34;
  border-radius: 38px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

@media (max-width: 620px) {
  .brand img {
    width: 170px;
  }

  .site-footer .brand img {
    width: 205px;
  }

  .grid.two {
    grid-template-columns: 1fr;
  }
}
