/* custom widget image box QR */
.mt-addons-absolute-image img {
  position: absolute;
  right: auto;
  top: 0;
  width: 50px;
}
.mt-addons-title-image-box {
    box-sizing: border-box;
    font-weight: 700;
    font-size: 32px;
    margin-top: 15px;
    text-align: center;
    color: #151515;
}
body .mt-addons-absolute-image img {
    border-radius: 10px!important;
    border: 2px solid #ddd;
}
.mt-addons-bg-image-box img {
    filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    -webkit-transition: all 250ms ease-in-out 0s;
}
.mt-addons-bg-image-box img:hover {
    transform: scale(1.08);
}
.mt-addons-bg-image-box {
    display: flex;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}