.cmp-top-btn-container .cmp-top-btn {
    border-radius: 3px;
    border: solid 1px #04a052;
    background-color: #ffffff;
    padding: 0 5px;
    width: auto;
    min-width: 260px;
    max-width: 350px;
    height: auto;
    min-height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #40a000;
    position: relative;
    top: 20px;
}
h2+.cmp-top-btn-container .cmp-top-btn {
    border-radius: 3px;
    border: solid 1px #04a052;
    background-color: #ffffff;
    padding: 0 5px;
    min-width: 260px;
    max-width: 350px;
    min-height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #40a000;
    position: absolute;
    top: -65px;
    right: 0;
}
@media screen and (max-width: 767px) {
    h2+.cmp-top-btn-container .cmp-top-btn, .cmp-top-btn-container .cmp-top-btn {
        top: 0;
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #article-content .cmp-top-btn-container+h2 {
        width: 65%;
    }
}