<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tiles	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.tile	{
	position : relative;
	overflow: hidden;
	}

.photo	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform .5s ease-out;
	}


</pre></body></html>