* {
	box-sizing: border-box;
}

a.il-load-more {
    display: inline-block;
    margin: 8px auto 0 auto;
	padding: 16px 16px;
    border: 2px solid #FFF;
	font-size: 13px;
    font-weight: 500;
	line-height: 14px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;

	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		    transition: all .3s ease-in-out;
}

a.il-load-more:hover {
    text-decoration: none;
    background: #FFF;
    color: #666;
}

ul.il-magic {
    margin: 0;
    padding: 0;
	width: 100%;
}

ul.il-magic li {
	list-style: none;
    padding: 4px;
	float: left;
	width: 50%;
    color:#666;
}

ul.il-magic li img,
ul.il-magic li video {
	/*border-bottom: 1px #ccc solid;*/
	display: block;
	width: 100%;
	height: auto;
}

.il-photo__meta {
	background: #fff;
	padding: 10px;
    height:140px;
    /*white-space:nowrap;*/
    overflow: auto;
}

.il-photo__caption {
	margin: 0 0 20px 0;
}

.il-photo__likes:before {
	content: "Likes: ";
}

.il-photo__comments:before {
	content: "Comments: ";
}

/*@media screen and (min-width: 600px) {
	
	ul li {
		margin: 0 40px 40px 0;
		width: calc(50% - 20px);
	}
	
	ul li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.il-photo__caption {
		height: 120px;
		overflow-y: scroll;
	}
}*/

/*@media screen and (min-width: 1000px) {
	
	ul li {
		margin: 0 40px 40px 0;
		width: calc(25% - 30px);
	}
	
	ul li:nth-child(2n+2) {
		margin-right: 40px;
	}
	
	ul li:nth-child(4n+4) {
		margin-right: 0;
	}
}*/