.oc__block.oc__block__media-credit {
  position: absolute;
  bottom: 6px;
  right: 6px;

  width: 28px;
  height: 28px;
}
.oc__block.has-caption .oc__block__media-credit {
	bottom: 34px; /* Adjusted position when caption exists */
}
.oc__block.oc__block__media-credit:hover {
  cursor: pointer;
}
