@media only screen and (max-width: 768px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 90%;
	}
}


@media only screen and (min-width: 768px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}


@media only screen and (min-width: 1024px) {
	.ro0:hover .ro2 {
		transform: scale(1);
	}
	
	.ro8 {
		max-height: 300px;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}


@media only screen and (min-width: 1250px) {
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 80%;
	}
}


@media only screen and (min-width: 1400px) {
	.ro0:hover .ro2 {
		transform: scale(0.86);
	}
	
	.ro8 {
		max-height: 0;
	}
	
	.ro0:hover .ro8 {
		max-height: 300px;
	}
	
	.ro3 {
		width: 65%;
	}
}


.ro0 {
	position: relative;
}

.ro1 {
	position: relative;
	z-index: 5;
}

.ro2 {
	transition: all 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ro3 {
	text-align: center;
	transition: all 0.3s ease-in-out;
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ro4 {
	font: 22px Arial;
}

.ro4 span {
	font-size: 20px;
}

.ro5 {
	width: 70px;
	height: 3px;
	margin: auto;
}

.ro7 {
	margin: auto;
	float: none;
}

.ro7:lang(ge) {
	font-size: 18px;
}

.ro7:lang(en) {
	font-size: 18px;
}

.ro7:lang(ru) {
	font-size: 18px;
}

.ro8 {
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

#ro9 {
	margin: 30px auto;
	width: 200px;
	text-align: center;
}