/* CSS Document */
.simpleLens-container {
	display: table;
	position: relative;
}
.simpleLens-big-image-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	width: 750px;
	height: 600px;/*	width: auto;
	height: auto;
*/
}

@media (max-width:768px) {
.simpleLens-big-image-container {
	height: 250px;
}
.popup-big-img {
	height: auto;
}
}
.simpleLens-big-image {
	max-width: 100%;
}
.simpleLens-lens-image img {
	height: auto !important;
	width: 98%;
	min-width: auto !important;
	max-width: intrinsic;
	max-width: -webkit-fit-content;
	max-width: -moz-max-content;
	display: inline-block;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	box-shadow: none;
	float: none;
	position: relative;
}
/*.simpleLens-mouse-cursor{
	background-image:url(../img/icon/lens.gif);
	opacity:0.2;
	filter: alpha(opacity = 20);
	position:absolute;
	top:0;
	left:0;
	border:1px solid #5783c5;
	box-shadow:0 0 1px 1px #5783c5;
	cursor:none;
}
*/

.simpleLens-mouse-cursor {
	background-image: url(../../img/icon/lens.gif);
	position: absolute;
	top: 0;
	left: 0;
	cursor: none;
}
/*.simpleLens-mouse-cursor{
    background-image: url(../img/icon/lens.gif);
    position: absolute;
    cursor: pointer;
    width: 656px;
    height: 134px;
    left: 214.8px;
    top: 179px;
}
*/
.simpleLens-lens-element {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 1px #ccc;
	width: 725px;
	height: 590px;
	left: 100%;
	right: auto;
	overflow: hidden;
	position: absolute;
	top: 0%;
	z-index: 1;
	text-align: center;
}

@media only screen and (max-width:840px) {
.simpleLens-lens-element {
	width: 650px;
}
}
.simpleLens-lens-element img {
	position: relative;
	top: 0;
	left: 0;
	width: auto !important;
	max-width: none !important;
}

@media only screen and (min-width:768px) {
.simpleLens-big-image-container {
	height: 575px;
}
.popup-big-img {
	height: auto;
}
}

@media (max-width:360px) {
.simpleLens-big-image-container {
	height: 250px !important;
}
}

@media (min-width:797px) {
.simpleLens-big-image-container {
	height: 575px;
}
}

@media (max-width:900px) {
.simpleLens-big-image-container {
	height: 400px;
}
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
