/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductlabel-label {
  position: absolute;
  z-index: 3;
}
.mpproductlabel-text-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mpproductlabel-text-label {
    font-size: 90%;
  }
}
@media screen and (max-width: 900px) {
  .mpproductlabel-text-label {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  .mpproductlabel-text-label {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .mpproductlabel-text-label {
    font-size: 100%;
  }
}
@media screen and (max-width: 550px) {
  .mpproductlabel-text-label {
    font-size: 85%;
  }
}
@media screen and (max-width: 500px) {
  .mpproductlabel-text-label {
    font-size: 75%;
  }
}
@media screen and (max-width: 420px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 360px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 320px) {
  .mpproductlabel-text-label {
    font-size: 50%;
  }
}
.fotorama--fullscreen .mpproductlabel-label {
  display: none !important;
}
.fotorama--fullscreen #mpfotorama {
  overflow: unset !important;
  width: 100% !important;
  height: 100% !important;
}
