.rawt-book .download .rawt-button {
    display: inline-block;
}

.rawt-book-download-button {
    display: inline-block;
    margin-bottom: 1em;
}

.rawt-splash .rawt-book-download-header {
    display: none;
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 750px) {
    .rawt-splash .rawt-book-download-header {
        bottom: 0%;
        display: block;
    }

    .rawt-splash .rawt-book-download-button {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 950px) {
    .rawt-splash .rawt-book-download-header {
        bottom: 2.5%;
    }

    .rawt-splash .rawt-book-download-button {
        font-size: 0.9rem;
    }
}

@media all and (min-width: 1200px) {
    .rawt-splash .rawt-book-download-button {
        font-size: 1.1rem;
    }
}



