.product_bottom__gallery-item {
	width: 33%;
	height: 41vw;
	object-fit: cover;
	margin-right: 5px;
	background-color: white;
}

.product_bottom__gallery .flickity-page-dots {
	bottom: 19px;
	color: #fff;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
	.product_bottom__gallery-item {
		width: 100%;
		height: 125vw;
		margin-right: 0;
		object-fit: cover;
	}
}
