﻿body {
	margin:0;
}

.image {
	margin: 0;
	/*float:left;*/
	cursor:pointer;
	/*max-height:250px;*/
	max-width: 200px;
margin-bottom: 30px;
}

.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;
}


.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94%;
	max-width:94%;
	margin:1% 0 0 0;
}

.reviews-item{
	/*max-height:250px;
	max-width:250px;*/
overflow:hidden;
margin: 0 auto;
}