/* Michael's verified portrait on the Contact support scene. */
.ry-contact-standard__support .ry-contact-standard__image {
  height: auto;
  aspect-ratio: 4 / 5;
  opacity: 1 !important;
  animation: none !important;
}

.ry-contact-standard__support .ry-contact-standard__image .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.ry-contact-standard__support .ry-contact-standard__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 34%;
}

@media (max-width: 980px) {
  .ry-contact-standard__support .ry-contact-standard__image {
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .ry-contact-standard__support .ry-contact-standard__image {
    aspect-ratio: 4 / 5;
  }

  .ry-contact-standard__support .ry-contact-standard__image img {
    aspect-ratio: auto;
    object-position: 50% 30%;
  }
}
