#myList > ul {
    list-style: none;
    background-color: #E79106;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px #E79106;
    color: #fff;
    padding-top: 20px;
    position: relative;
    width: 350px;
    max-width: 100%;
    text-align: left;
    padding-bottom: 14px;
    margin-left: 14px;
}

#myList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none;
}

#upland_header {
    text-align: center;
}

#selection {
    margin-bottom: 20px;
}

.collection_thumbnail {
    width: 120px;
    /*120px;*/
}

.collection {
    text-align: center;
}

.collections {
    text-align: center;
}

#collection_header {
    text-align: center;
}

.container.jumbotron.collections {
    /*background-color: #E79106;*/
}

#info {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .collection_thumbnail {
        width: 150px !important;
    }

    #dashboard_div span {
        font-size: 15px;
    }

    #thumbnail > img{
        width: 43%;
        height: auto;
    }
    #dashboard_div > div.container.jumbotron{
        text-align: center;
    }
    #info {
        margin-top: 8px;
    }
}

#dashboard_div > div.container.jumbotron{
    margin-top: 10px;
}