.ImageCategory {
        background: #fff none repeat scroll 0 0;
        margin: 15px 0 10px;
        position: relative;
}
.ImageCategory .title {
      position: absolute;
    top: 20px;
    background: #d83504;
    color: #fff;
    padding: 5px 15px 5px 15px;
    left: -5px;
}
.ImageCategory .title span{
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.ImageCategory .title span:before{
content: '';
    position: absolute;
 top: 3px;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #fff;
    height: calc(100% - 5px);
}

.ImageCategory .title span:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -30px;
    top: -8px;
    border: 9px solid transparent;
    border-width: 17px 10px;
    border-color:#d83504;
    border-right-color: transparent;
}
.ImageCategory img {
        height: 125px;
        margin-bottom: 5px;
        width: 192px;
        display: block;
        object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
        color: #004d98;
}
.ImageCategory .LibraryItem > a {
        font: bold 13px arial;
}
.ImageCategory .LibraryList {
        border: 1px solid #ddd;
       
        padding: 10px 5px;
        text-align: center;
}
.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 .LibraryItem {
                padding: 5px;
        }
        div.ImageCategory img{
                height: 45vw;
        }
}
