.dsa-tiles{
	
	img.dsa-tile-icon{
		width: 100px;       /* Make the image fill the width of the container */
		height: 100px;      /* Make the image fill the height of the container */
		object-fit: contain;
	}
	
	.more-details{
		display: none;
	}
	
}