.showy-move { text-align: center; }
.showy-move__copy { max-width: 1120px; margin: 0 auto; }
.showy-move p { font-size: 32px; line-height: 1.3; margin: 0; }
.showy-move strong { font-weight: 600; white-space: nowrap; }
.showy-move__link { display: block; margin: 20px auto 0; font-size: 22px; line-height: 1.3; color: inherit; text-decoration: underline; }
.showy-move__qr { margin: 0 auto 20px; }
.showy-move__qr img { display: block; width: 224px; height: 224px; max-width: 100%; margin: 0 auto; background: white; border-radius: 4px; }
@media (orientation: portrait) {
  .showy-move p { font-size: 24px; }
  .showy-move__qr { margin-bottom: 16px; }
  .showy-move__qr img { width: 160px; height: 160px; }
}
@media (max-height: 600px) {
  .showy-move p { font-size: 22px; }
  .showy-move__qr { margin-bottom: 12px; }
  .showy-move__qr img { width: 136px; height: 136px; }
}
@media (max-height: 420px) {
  .showy-move p { font-size: 20px; }
  .showy-move__qr img { width: 112px; height: 112px; }
}
@media (min-height: 1000px) {
  .showy-move p { font-size: 40px; }
  .showy-move__qr { margin-bottom: 24px; }
  .showy-move__qr img { width: 288px; height: 288px; }
}
@media (min-height: 1600px) {
  .showy-move p { font-size: 56px; }
  .showy-move__qr { margin-bottom: 32px; }
  .showy-move__qr img { width: 384px; height: 384px; }
}
