.tablepress  tr.row-1 td{
    background-color: var(--pointcolor) !important;
    border-bottom-width: 0px;
}

.featurepicimg{
		max-height:200px;
		object-fit:cover;
		object-position: center top;
}

.featuretext{
		position:absolute;
		top:50%;
		max-width:50vw;
		
		transform:translate(0vw,-0%);
}