.smugmug-link {
  display: block;
  float: right;
}

.caption .smugmug-link a {
  text-decoration: none;
  color: #008dde;
  font-family: Arial;
  cursor: pointer;
}

.wp-caption-text::after {
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.smugmug-link + .smugmug-link{
  display:none;
}