text-align in Angular Material doesn\'t work.
text-align
{{video
You could simply put a span or div tag around your text inside md-grid-tile:
span
div
md-grid-tile
{{ video.title }}
and then style it:
.text-inside-grid { position: absolute; left: 5px; }