.library-tile{
    margin: auto;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    width: 27%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    h2{
        text-align: center;
    }
}
.library-banner{
    margin: auto;
    margin-top: 5em;
}
.library-list{
    /* height: 400px; */
    width: 100%;
    display: flex;
    max-width: 1140px;
}
.division{
    height: 26px;
    width: 100%;
    padding-block-start: 10px;
    padding-block-end: 10px;
}
.attachment-large{
    display: block;
    width: 80%;
    margin-top: 2em;
}
.tile-text{
    width: 80%;
    text-align: center;
    margin: 0.83em 0 0.83em 0;
}
.field-submit{
    border-radius: 10px;
}
.submit-button{
    margin-bottom: 2em;
}
@media screen and (max-width:767px) {
    .library-tile{
        width: 80%;
        margin: 26px auto;
    }
    .library-list{
        width: 80%;
        flex-direction: column;
    }
}