.gallery_grid {
	padding: 0px;
	border: 0px;
}

.gallery_grid img {
	width: 150px;
	height: 150px;
	margin-right: 12px;
	margin-bottom: 12px;
	cursor: pointer;
}

.gallery_thumb {
	display: inline-block;
	width: 250px;
	height: 250px;
	background-position: center;
	background-size: cover;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 56px;
	cursor: pointer;
	/* float: left; */
}

.gallery_thumb_video video {
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}