.hub_pallet {

	height: 100%;
	width: 20%;

}



.hub_pictures {
	height: 100%;
	width: 80%;
}

.hub_main_picture {
	max-width: 100%;
	height: 80%;
}

.hub_thumbnails {
	width: 100%;
	height: 20%;
}

.hub_thumbnails>img {
	max-height: 75%;
	max-width: 50%;
	margin-left: 10px;
	border: 1px solid black;
	padding: 5px;

}

.hub_master {
	height : 100%;
}

.swatch {
	
	min-height: 50px;
	min-width: 50px;
	box-sizing:border-box;
	margin: 10px;
	display: inline-block;
	background-size: cover;
	border: 2px solid white;

}

.pro_full_fold {
	height: calc(100vh - 200px);
}

@media (max-width: 992px) {
	.wheel_people {
	
	
	height: auto;

	}

	.pro_full_fold {
	height: auto;
	}

	.buy_button {
		margin-bottom: 10px;

	}
}


@media (max-width: 580px) {
	.buy_button {
		
		margin-left: 0!important;
	}
}