/*change browse by year image layout*/
.asset.year-img img {
    width: 200px;
    height: auto;
}
/*browse by year page*/
/*add padding to bottom of month preview block for year pages*/
.page .preview-block {
    margin-bottom: 50px;
}
/*remove thumbnails and images*/
.page .resource-image .thumbnail {
    display: none;
}

.page li.item.resource img {
    display: none;
}
.page .resource-grid .resource {
    padding: 0.3rem;
}
.page .block.item-showcase {
    text-align: left !important;
}
.page .block.item-showcase img {
    display: none;
}
.block.item-showcase h2 {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
}
.block.item-showcase {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.item.resource {
    padding: 15px;
}

/*link layout for Assets browse by year block*/
.year .block.block-assets {
    display: flex;
    flex-wrap: wrap;
}
.asset.year-img {
    padding: 20px 10px;
}
.asset.year-img img {
    width: 200px;
    height: 150px;
}
.asset .asset {
   margin-left: 1.5%;
   margin-right: 1.5%;
}
/*Remove site pagination links*/
.site-page-pagination {
    display: none;
}

/*align year pages to left*/
.item-showcase {
   border-bottom: none;
   justify-content: left;
}

.page .item-showcase {
   padding: 10px 0 0;
}

.media-embeds {
   display: none;
}