article.premium {
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 1600px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

article.premium:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 60%
    );
}

article.premium .premium-article-notice {
    display: block;
}

.premium-article-notice {
    display: none;
    position: absolute;
    top: 1050px;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    height: auto;
    z-index: 999;
    background: #BF5048;
    font-family: "Roboto Condensed", Impact, Charcoal, sans-serif;
    color: #fff;
    text-align: center;
    padding: 50px;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 33em) {
    .premium-article-notice {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.premium-article-notice-button {
    margin-top: 40px;
}

.premium-article-notice-links {
    margin-top: 40px;
}

.premium-article-notice-links a {
    color: #fff;
}

.template-article .article-body .premium-article-notice a:focus, .template-article .article-body .premium-article-notice a:hover {
    color: #fff;
}

.premium-article-notice h2 {
    margin-top: 0;
    font-size: 60px;
    color: #fff;
}

@media (max-width: 25em) {
  .premium-article-notice h2 {
    font-size: 45px;
  }
}
