.m-logo-display {
    display: none;
}

.logo-display {
    display: none;
}

.mip-fill-content {
    min-width: auto;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

mip-lightbox .mip-layout-container {
    height: 100%;
}

.lightbox {
    margin-top: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    height: 100%;
    max-height: 70vh;
}

.m-product-view .pic-box {
    height: 100% !important;
    max-height: 100% !important;
}

mip-lightbox {
    bottom: 0;
}

.m-product-view .lightbox-close {
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    line-height: 30px !important;
    text-align: center !important;
    position: absolute !important;
    right: -20px !important;
    top: -20px !important;
    margin: 0 !important;
}

.mip-fill-content{
min-width: auto;
height: auto;}