ul.photo li {display: inline-block; max-width: 300px; margin: 10px;}
.spot h2:before {
        background: repeating-linear-gradient(45deg, #FFF, #FFF 2px, #999 2px, #999 4px);
		position: absolute;
		left: 0;
		bottom: -4px;
		content: "";
		height: 4px;
}