/* Login-page rotating ad showcase: preserve every uploaded creative edge. */
.login-format-deck article > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  background: #111827;
}

.login-format-deck article > a > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 780px) {
  .login-format-deck article > a > img {
    object-fit: contain !important;
  }
}
