.ImageCategory {
        margin: 0 0 10px 0;
        position: relative;
        border: 1px solid #cc021236;
}
.ImageCategory .title {
        display: inline-block;
        padding: 0px;
}
.ImageCategory .title span{
        color: #cc0212;
        font-size: 14px;
        font-weight: 600;
        /* height: 30px; */
        padding: 0 0 0 8px;
        text-transform: uppercase;
        line-height: 38px;
}
.ImageCategory div.LibraryItem {
        width: 100%;
        padding: 0 15px;
        text-align: left;
}
.ImageCategory img {
        display: block;
        width: 100%;
        height: 170px;
        object-fit: cover;
        margin-bottom: 10px;
}
.ImageCategory .LibraryItem > a {
        font-size: inherit;
        color: #282828;
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
}
.ImageCategory .LibraryList {
        border-radius: 5px;
        padding: 10px 0;
        text-align: center;
        background: white;
        /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: right;
        margin-bottom: 0;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        text-decoration: underline;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font-size: 14px;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager * {
        font-size: 14px;
        color: #cc0212;
}
.mySwiper{
	max-width:300px;
}
@media only screen and (max-width: 1024px){
        div.ImageCategory{
                max-width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
        .ImageCategory img{
                max-height: 45vw;
        }
}
