@media (min-width: 1200px) {
.thumb
{
	bottom: 20px;
}

.thumb li
{
	width: 100px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	border: solid 3px #fff;
	box-shadow: 2px 2px 5px #000;
	margin: 0 5px 0;
}

.thumb li:nth-child(1)
{
	background-image: url(https://imgur.com/SsUOCCG.jpg);
}

.thumb li:nth-child(2)
{
	background-image: url(https://imgur.com/M4sOrsq.jpg);
}
.thumb li:nth-child(3)
{
	background-image: url(https://imgur.com/rUr64Sl.jpg);
}
.thumb li:nth-child(4)
{
	background-image: url(https://imgur.com/6quXQaj.jpg);
}
.item-inner
{
	height: 100%;
}

.item
{
	height: 100%;
	background-size: cover;
	background-position: center center;
}
}