@charset "utf-8";
.img-landscape {
	position: relative; top: 50%; left: 50%; 
	transform: translate(-50%, -50%); width: auto; height: 100%;width: 100%;
}
.img-portrait{
	position: relative; top: 50%; left: 50%; 
	transform: translate(-50%, -50%);width: 100%; height: auto;
}
.img-cmt-origin{	
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    max-width: 100%;
    height:auto;
}
.img-cmt-origin-wrap{	
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    cursor: pointer;
}
.cmt-img-box {
	position:relative;
    margin: 0px 5px 10px;
    border: 1px solid #cccccc;
    background: #fff;
    display: none;
    padding: 5px;
    
}
.cmt-img-box.on{
	display: inline-block;
}

.cmt-img-box > span {
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
}

.btn-cmt-img-close{
	position: absolute;
    top: 3px;   
    right: 3px;
    cursor: pointer;
}

.lazy-thumb-gallery{
	display: block;
    position: relative;
    width: 192px;
    height: 126px;
    
    overflow: hidden;
}

.lazy-thumb-webzine{
	display: block;
    position: relative;
    height: 64px;
    border-radius:10px;
    overflow: hidden;
}