.views-field-field-webpage-image a {
  text-decoration: none !important;
  border-bottom: none;
}

.views-field-field-submission-image a {
  text-decoration: none !important;
  border-bottom: none;
}

.no-a-underline a {
  text-decoration: none !important;
  border-bottom: none;
}

/*  NO LINK  */

.nolink a {
  text-decoration: none !important;
  border-bottom: none;
  pointer-events: none;
  cursor: default;
  color: black;
}