/* [Scenes tab] Hide the scene scrubber and max out the player's height */
.scrubber-wrapper {
display: none;
}
/* [Scenes tab] Fit more thumbnails on each row */

.grid { padding: 0px !important; }
/* [Galleries tab] Grid view for galleries */

.col.col-sm-6.mx-auto.table .d-none.d-sm-block {
	display: none !important;
}
.col.col-sm-6.mx-auto.table .w-100.w-sm-auto {
	width: 175px !important;
	background-color: rgba(0, 0, 0, .45);
	box-shadow: 0 0 2px rgba(0, 0, 0, .35);
}
.col.col-sm-6.mx-auto.table tr {
	display: inline-table;
}
