dsimagelinks, dsimagelinks::after, dsimagelinks::before, dsimagelinks *, dsimagelinks *::after, dsimagelinks *::before, .dsimagelinks, .dsimagelinks::after, .dsimagelinks::before, .dsimagelinks *, .dsimagelinks *::after, .dsimagelinks *::before {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes skeleton-background {
  from {
    background-position: 0px;
  }
  to {
    background-position: 7000px;
  }
}

@keyframes skeleton-background {
  from {
    background-position: 0px;
  }
  to {
    background-position: 7000px;
  }
}

dsimagelinks {
  display: block;
  width: 100%;
  height: 120px;
  margin: 15px 0;
}

dsimagelinks::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#C7C7C7), to(transparent));
  background-image: linear-gradient(to right, transparent, #C7C7C7, transparent);
  -webkit-animation: skeleton-background 20s ease-in infinite;
          animation: skeleton-background 20s ease-in infinite;
}

dsimagelinks::-webkit-backdrop {
  width: 100vw;
  height: 100vh;
}

dsimagelinks::backdrop {
  width: 100vw;
  height: 100vh;
}

.dsimagelinks-anchor {
  position: relative;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #FFF;
}

.dsimagelinks-anchor::after {
  content: '\f35d';
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #00497E50;
  mix-blend-mode: hard-light;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 2em;
  opacity: 0;
  -webkit-transition: .127s ease-in-out;
  transition: .127s ease-in-out;
}

.dsimagelinks-anchor:hover::after {
  opacity: 1;
}

.dsimagelinks-anchor-image {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #00000020;
          box-shadow: 0 3px 6px #00000020;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #FFF;
}
/*# sourceMappingURL=imageLinks.css.map */