.contact__wrapper {
  width: 100%;
  height: 66px;
  background-color: transparent;
  display: block;
  padding: 0 6px 6px 6px;
  cursor: pointer;
}

.contact__info {
  width: calc(100% - 50px);
  height: 60px;
  display: inline-block;
  background-color: white;
  position: relative;
}

.contact__info--selected {
  width: calc(100% - 50px);
  height: 60px;
  display: inline-block;
  background-color: #CCC;
  position: relative;
}

.contact__info-comm {
  width: calc(100% - 50px);
  height: 60px;
  display: flex;
  background-color: white;
  position: relative;
}

.contact__info-comm--selected {
  width: calc(100% - 50px);
  height: 60px;
  display: flex;
  background-color: #CCC;
  position: relative;
}

.contact__profileImage-comm {
  height: 60px;
  width: 60px;
  margin-right: 8px;
  object-fit: cover;
  object-position: top;
  display: inline-block;
  vertical-align: top;
}

.contact__profileImage {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: top;
  display: inline-block;
  vertical-align: top;
}

.contact__name {
  display: inline;
  background-color: transparent;
  font-weight: 600;
  text-align: left;
  padding-left: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
  line-height: 60px;
  font-size: 1.6rem;
  width: calc(100% - 60px);
}

.inline-adjustments {
  display: inline-block;
}

.contact__name_communication  {
  background-color: transparent;
  font-weight: 600;
  text-align: left;
  padding-left: 1rem;
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
  width: calc(100% - 10);
}

.contact__goto {
  display: inline-block;
  right: 0;
  height: 100%;
  vertical-align: top;
  line-height: 60px;
  width: 50px;
  text-align: center;
  color: white;
  font-size: 2.4rem;
}

.inline-rel-container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact__name {
    font-size: 2.7rem;
  }

  .contact__goto {
    font-size: 2.4rem;
  }
}
