Your IP : 3.139.107.148
/* .mobilezoom__holder {
display: none;
}
.mobilezoom__holder {
display: block;
}
*/
/* --- MobileZoom ---*/
.mobilezoom__holder {
width: 100%;
height: 100%;
position: fixed;
background: white;
left: 0;
top: 0;
box-sizing: border-box;
overflow: hidden;
z-index: 1000;
background: #4d4d4d;
background-size: cover;
}
.mobilezoom__image,
.mobilezoom__next-image,
.mobilezoom__prev-image {
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.mobilezoom__holder img {
width: 100%;
height: 100%;
}
.mobilezoom__topbar {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 42px;
background: white;
border-bottom: 3px solid red;
box-sizing: border-box;
padding: 10px;
z-index: 1010;
}
.mobilezoom__backbutton {
text-decoration: none;
color: red;
padding-left: 20px;
background: url('images/topbar_back.png') left center no-repeat;
background-size: 12px 8px;
}