#titlepage {
    display: none;
}

#titlepage-title {
    text-align: center;
    font-size: 50px;
    margin-top: 20vh;
    margin-bottom: 0.2em;
    font-weight: bold;
}

p#titlepage-subtitle {
    text-align: center;
    text-indent: 0;
    font-size: 30px;
    margin-top: 0;
}

.drag-icon {
    position: fixed;
}

.drag-icon.finger-up {
    opacity: 0.8;
}

.drag-icon.finger-down {
    opacity: 0.3;
}

#texture-credit {
    position: fixed;
    right: 20px;
    bottom: 10px;
    font-size: 15px;
    font-style: italic;
}

#coverimage {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#coverimage div {
    margin: auto;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}