.item-thumbnail {
   width: 220px;
    height: 220px !important;
}

/*layout oral history pages*/
/*make pdf 100% width*/
.center.large.file {
    display: block;
}
.file {
     border-top: none;
    border-bottom: none;
}
.media-render img {
    width: 300px;   
    height: auto;
}
.history-info {
    float: left;
}
.history-info p:last-of-type {
    width: 400px;
}
.right.file, .right.assets {
    float: left;
}
/*remove audio file title*/
.right.large.file .attachments a {
    display: none;
}
@media only screen and (max-width: 650px) {
.right, .left {
    max-width:100%;
}
}
/*Home asset layout*/
.block.block-assets {
    float: left;
    padding: 10px;
    height: 300px !important;
}
.asset img {
    width: 220px;
    height: 220px !important;
}
.asset .caption {
    max-width: 220px;
    text-align: center;
    margin-top: -10px;
}

/*Asset block link*/
span.link-title {
    font-weight: normal !important;
    text-align: center;
    max-width: 220px;
}
/*Float subjects*/
.oh-subjects {
    float: left;
    margin-left: 50px;
    margin-top: -25px;
}
/*Hide links on pdf item page*/
div#other-media {
    display: none;
}

.intro {
   float: right;
   width: 70%;
}

.site-page-pagination {
   display: none;
}