.tl-media {
	.tl-media-image {
		
	}

}

// Mobile, iPhone and skinny
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	.tl-media {
		.tl-media-image {
		
		}

	}
}