@import "shared";

.eic-container {
  margin-bottom: 20px;

  .eic-frame {
    a.eic-image-link, a.eic-image-custom-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .eic-image-caption {
      &.eic-image-caption-hover {
        display: none;
      }
      position: absolute;
      padding: 5px;
    }
  }
}