/*
.view-id-catalogue.view-display-id-page .view-content:before,
.view-id-catalogue.view-display-id-page .view-content:after {
    content: "";
    display: table;
}
.view-id-catalogue.view-display-id-page .view-content:after {
    clear: both;
}


.view-id-catalogue.view-display-id-page .views-field-nothing {
display:none;
position:absolute;
background-color:#ffffff;
bottom:0;
left:50px;
z-index:100;
}
.view-id-catalogue.view-display-id-page .views-field-field-image img{
width:100%;
height:auto;
}

.view-id-catalogue.view-display-id-page .views-row {
position:relative;
float:left;
}


.view-id-catalogue.view-display-id-page .views-field-nothing-1 {

position:absolute;
width:30px;
height:30px;
background-color:red;
top:0;
bottom:0;
margin-top: auto;
margin-bottom: auto;
right:10px;
cursor:pointer;
}





.view-id-catalogue.view-display-id-page  .views-field-field-image a,
.view-gallety-block  .views-field-field-image a
 {
display:block;
width:100%;
height:100%;
box-sizing: border-box;
line-height: 0;
overflow:hidden;
}

.view-id-catalogue.view-display-id-page  .views-field-field-image .field-content,
.view-gallety-block  .views-field-field-image .field-content
 {
padding:3px;
background-color:#eeeeee;
width:100%;
height:100%;
box-sizing: border-box;

}

.view-id-catalogue.view-display-id-page  .views-field-field-image,
.view-gallety-block  .views-field-field-image
 {
padding:1px;
background-color:#555555;
width:100%;
height:100%;
box-sizing: border-box;

}

.view-id-catalogue.view-display-id-page  .views-row,
.view-gallety-block  .views-row
 {
padding:3px;
background-color:#eeeeee;
width:100%;
height:100%;
box-sizing: border-box;

}

.my-close-popup {
width:20px;
height:20px;
background-color:red;
cursor:pointer;
float:right;
}


.cnr-1{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: blue;
	z-index: 200;
}
.cnr-2{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: blue;
	z-index: 200;
}
.cnr-3{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
	background: blue;
	z-index: 200;
}
.cnr-4{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
	background: blue;
	z-index: 200;
}

*/