.aqb_quick_photos_entry {
	margin: 5px;
	height: 150px;
	width: 150px;
	display: inline-block;
	position: relative;
}
.aqb_quick_photos_entry img {
    width: 150px;
    height: 150px;
}
div.aqb_quick_photos_entry_title {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: white;
	font-weight: bold;
	text-align: center;
	border-top-right-radius: 0px!important;
	border-top-left-radius: 0px!important;
}
div.aqb_quick_photos_entry_title a,
div.aqb_quick_photos_entry_title a:hover {
	color: white!important;
	text-decoration: none!important;
}
.aqb_quick_photos_entry_actions {
	position: absolute;
	background: rgba(0,0,0,0.5);
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 3px;
}
.aqb_quick_photos_entry_actions i {
	color: white!important;
}
.bx-uploader-ghost-form-aqb-quick-photos {
	max-width: 300px;
}

.aqb_quick_photos_entry_thumb {
	margin: 2px;
	height: 64px;
	width: 64px;
	display: inline-block;
	position: relative;
}
.aqb_quick_photos_entry_thumb img {
    width: 64px;
    height: 64px;
}
.aqb_quick_photos_entry_browse {
	text-align: center;
}
.aqb_quick_photos_entry_browse img {
	max-width: 100%;
	max-height: 500px;
}
.aqb_quick_photos_entry_browse > div.aqb_quick_photos_entry_title_alt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#aqb_quick_photos_sortable > div.aqb_quick_photos_entry {
	cursor: move;
}
@media (max-width: 720px) {
	.bx-uploader-ghost-form-aqb-quick-photos {
		max-width: 150px;
	}
	.aqb_quick_photos_entry_actions {
		font-size: 20px;
		line-height: 30px;
	}
}