.mfp-content{
    justify-content: center;
}
.white-popup {
    background: #FFF;
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
}


.img-popup {
    max-width: 100%;
    max-height: 100%;
}

.mfp-close {
    color: white !important;
}

.icon-vd {
    font-size: 40px !important;
    color: white;
}

.icon-container{
    display: flex;
    justify-content: center;
    align-content: center;
    top:0;
    bottom:0;
}

.corners {
    --b: 7px;   /* thickness of the border */
    --c: #f38533;   /* color of the border */
    --w: 100px;  /* width of border */


    /*border: var(--b) solid #0000; !* space for the border *!
    --_g: #0000 90deg,var(--c) 0;
    --_p: var(--w) var(--w) border-box no-repeat;
    background:
            conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
            conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
            conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
            conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);*/

    /*Irrelevant code*/
    height:100%;
    box-sizing:border-box;
    font-size:20px;
    justify-content:center;
    align-items:center;
    text-align:left;
    display: inline-block;
    margin: auto;
    width: 50%;
    padding: 50px;

}

.key {
    color: dimgrey;
    font-weight: 700;
}

.value {
    color: dimgrey;

}


@media (max-width: 800px) {
    .white-popup {
        max-width: 100%;
    }

    .corners {
        font-size:11px;
        margin: auto;
        width: 50%;
        padding: 10px;
    }
}
