body, html {
	height: 100%;
}
body {
	padding-top: 60px;
}
.form-group>label {
	font-weight: 700;
	color: #555;
}
.mediabox {
	display: block;
	text-align: center;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background-image: url(/css/img/imgbg.png);
	height: 128px;
	padding: .5rem;
	overflow: hidden;
}
.mediabox img {
	max-height: 100%;
}
.cloned {
	position: relative;
	padding: .25rem 1.25rem .25rem 0;
}
.cloned .close {
	position: absolute;
	top: 8px;
	right: 0;
}
.photothumb {
	width: 50%;
}

.bg-listing {
	background-color: #efefef;
}
.border-listing {
	border: 1px solid #bbb;
}
.listing-in {
	height: 90px;
	overflow: hidden;
}
.listing-in img, .thumb-img {
	width: 120px;
	height: 90px;
}

@media (min-width: 768px) {
	.photothumb {
		width: 20%;
	}
}
