.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.entity-overlay__list-item {
  position: relative; }

a.entity-overlay-link {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 29px 0;
  background-color: #fff;
  text-decoration: none;}
  a.entity-overlay-link:hover, .user-is-tabbing a.entity-overlay-link:focus {
    text-decoration: none; }
  @media (min-width: 1200px) {
    a.entity-overlay-link {
      width: 100px;
      height: 100px;
      padding: 38px 0; } }
  @media (max-width: 767.98px) {
    a.entity-overlay-link {
      width: 55px;
      height: 55px;
      padding: 20px 0; } }
