[data-image-gallery-viewport] {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.ng-image-gallery .ng-image-gallery-thumbnails .thumb {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 3px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}
