.shutterpress-browser {
  .shutterpress-empty {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    .no-data {
      position: absolute;
      top: 30%;
      left: 0;
      right: 300px;
      @include r(900) {
        right: 267px;
      }
      @include r(640) {
        left: 10px;
        right: 10px;
      }
      h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin: 0;
      }
      a.shutterpress-link {
        display: inline-block;
        line-height: 32px;
        padding-right: 20px;
      }
      pre {
        width: 400px;
        padding: 12px;
        margin-bottom: 12px;
        border-left: 4px solid #dc3232;
        background-color: #fbeaea;
        margin: 20px auto;
        white-space: pre-wrap;

        @include r(760) {
          max-width: 100%;
        }
      }
    }
  }
}

