div.photo-sections-top table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-sections-top table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-sections-top table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}
.items {
font-size:14px;
color:#fff;
}

.items a {
color:#fff;
}


.items  img {
	width: 100%;
    height: 130px;
    object-fit: cover;
	}

@media (max-width: 768px) {

.items  img {
	width: 100%;
    height: 130px;
    object-fit: cover;
	}

.items {
font-size:14px;
color:#000;
}

.items a {
color:#000;
}

}