﻿.me7d2-mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color: #000;
}

.me7d2-mark-content {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    width: 320px;
    height: 700px;
    margin: -350px 0 0 -160px;
}

    .me7d2-mark-content img {
        max-width: 100%;
        max-height: 100%;
    }

.me7d2-close-mark {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -14px;
    top: -14px;
}

.me7d2-mark-content-mobile {
    width: 500px;
    height: 1100px;
    margin: -550px 0 0 -250px;
}
:root{--ms-accent:#2c5f2d;--ms-radius:2px;--ms-line:1.74;--ms-gap:15px;}
