@charset "utf-8";
/* CSS Document */
.xdb {
    width: 100%;
    height: auto;
    border: none;
    margin: 10px 0;
}
.xdb ul {
    /*width: 100%;*/
    /*display: table;*/
    table-layout: fixed;
    object-fit: cover;
}
.xdb li {
    display: table-cell;
    object-fit: cover; 
    table-layout: fixed;
    height: 83%;
    overflow: hidden;
	width: 33%;
	/*padding-left: 0.3%;*/
	padding: 0 0.2%;
}
/*.xdb li:nth-child(n + 2) {
    padding-left: 1%;
}*/
.xdb li img {
    max-width: 100%;
    object-fit: cover;
    max-height: 83%;
}
.xdb a {
    font-size: 11px;
    text-decoration: none;
    line-height: 1.5em;
    color: #2545c0;
}
.xdb a:hover {
    text-decoration: underline;
}