/*
 Theme Name:   SoloFolio Child
 Description:  SoloFolio Child Theme
 Author:       Jan Choloniewski
 Author URI:   http://y0.net.pl
 Template:     SoloFolio-master
*/
.image_translation {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 50%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	padding: 1em;
}
.image_translation.visible {
	opacity: 1;
}