.aml-overlay-host {
	position: relative;
}

.aml-overlay-wrapper {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: top;
}

.aml-overlay-wrapper > img,
.aml-overlay-wrapper > picture,
.aml-overlay-wrapper > picture > img {
	display: block;
	max-width: 100%;
}

.aml-image-label {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	z-index: 5;
	width: fit-content;
	max-width: calc(100% - 16px);
	box-sizing: border-box;
	padding: 6px 8px;
	border-radius: 4px;
	background: rgba(17, 17, 17, 0.84);
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: normal;
	pointer-events: none;
	text-align: left;
}

.flex-control-thumbs .aml-image-label,
.woocommerce-product-gallery__thumbnails .aml-image-label,
.woocommerce-product-gallery-thumbnails .aml-image-label,
.wc-block-product-gallery-thumbnails .aml-image-label,
.wc-block-product-gallery__thumbnails .aml-image-label,
.product-gallery-thumbnails .aml-image-label,
.product-thumbnails .aml-image-label,
.gallery-thumbnails .aml-image-label {
	display: none !important;
}

@media (max-width: 480px) {
	.aml-image-label {
		right: 6px;
		bottom: 6px;
		left: 6px;
		max-width: calc(100% - 12px);
		padding: 5px 6px;
		font-size: 10px;
	}
}
