.SingleMedia {
  flex-shrink: 0;

  @media not all and (min-width: 640px) {
    width: 90px !important;
  }
}