.ImageCategory {
        border: 1px solid #cef1dc;
        border-radius: 2px;
        margin: 0 0 10px;
        position: relative;
        text-align: justify;
}
.ImageCategory .title {
        background: rgba(0, 0, 0, 0) url("images/album.png") no-repeat scroll 0 0;
        height: 45px;
        margin-left: 0;
        width: 100%;
        color: #c60007;
        font: bold 16px/43px arial;
        padding-left: 50px;
        text-transform: uppercase;
        margin-bottom: 10px;
}
.ImageCategory .title span {
        color: #c60007;
        font: bold 14px/43px arial;
        padding-left: 0;
        text-transform: uppercase;
}
.ImageCategory img {
        height: 120px;
        margin-bottom: 5px;
        width: 170px;
        display:
                block;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #004d98;
}
.ImageCategory .LibraryItem > a {
        font: bold 13px arial;
}
.ImageCategory .LibraryList {
        margin: 0;
        padding: 0;
        text-align: center;
}
.ImageCategory .LibraryList table{
        table-layout: fixed;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        font: bold 14px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
@media only screen and (max-width: 768px){
        div.ImageCategory {
                width: calc(100vw - 10px);
                margin: auto;
                margin-bottom: 10px;
        }
}
