.risto0 {
	width: 200px; 
	height: 220px; 
	overflow: hidden; 
	position: relative;

}
.risto1 {
position: absolute; transition: .8s .5s; width: 200px; height: 220px;
}

.risto2 {
position: absolute; top: -220px; width: 200px; height: 220px; transition: .8s .1s; background: #c6d1d3; opacity:0.6;
}

.risto0:hover .risto2 {
opacity: 1; position: absolute; transition: .8s .5s; top: 12px; left: 12px; 
}
.risto3 {
position: absolute; bottom: 20px; right: 20px; background: #fff; border: 1px solid #c6d1d3; padding: 5px; 
}
.risto4a {
width: 200px; height: 1px; background: #B4C8BB; position: absolute; bottom: 70px; right: 20px;
}
.risto4b {
width: 1px; height: 290px; background: #B4C8BB; position: absolute; bottom: 120px; right: 60px; margin-left:20px;
}
.risto5 {
font: 20px/150% Playfair Display; position: absolute; bottom: 42px; left: 10px; text-align: left; width: 100px;
}
.risto5 span {
display: block; font-style: italic; text-align: right;
}
.risto6 {
position: absolute; top: 10px; right: 5px; text-align: right; width: 200px;
}
.risto6a {
height: 40px;
}

.inf {
margin-left:10px; text-align: left; width: 120px; position: relative; right: -5px; text-transform: uppercase; font: 16px;
}
.inf span {
display: block; text-transform: lowercase; text-align: right; border-top: 1px solid #B4C8BB; font: italic 12px;

}
		
		