.sd-trainer-rebranded .sd-trainer-avatar-rebranded,
.sd-trainer-avatar-rebranded {
  object-fit: cover !important;
  object-position: center 25% !important;
  border-radius: 50% !important;
  border: 2px solid #ff8a00 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .22) !important;
  background-size: cover !important;
  background-position: center 25% !important;
  background-repeat: no-repeat !important;
}

.sd-trainer-rebranded button,
.sd-trainer-rebranded [role="button"] {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .sd-trainer-rebranded {
    max-width: calc(100vw - 24px);
  }
}
