.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
	width: 75px;
	height: 75px;
	object-fit: cover;
}
.form-row-last {
    margin-bottom: revert;
}
img[loading="lazy"] {
	max-height: unset !important;
}
img[width="1"] {
	width: 100% !important;
}
img[height="1"] {
	height: 100% !important;
}