/*
 * Trinity36 V48.4.9
 * Optional-registration logo cleanup.
 * Preserve the existing full Trinity emblem dimensions while removing the
 * legacy image frame so the transparent artwork floats without a box.
 */
#trinityRegistrationChoice
  .tri-v30-register-brand
  img {
  display: block !important;
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 560px) {
  #trinityRegistrationChoice
    .tri-v30-register-brand
    img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
  }
}
