#matyobg_screencontainer {
	position: fixed;
	z-index: 20;
}

.screen#visual_menu {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.screen#visual_menu .screen_container {
    overflow: hidden;
}

.matyo_couple {
	width: 1940px;
	height: 1235px;

	transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
}

.animated_layer {
	position: absolute;

	transform-origin: center center;
	-webkit-transform-origin: center center;

	transition: opacity .5s, transform .5s;	
	-webkit-transition: opacity .5s, -webkit-transform .5s;	
}

.animated_layer .texture {
	position: absolute;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    opacity: 0;

    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.matyo_couple .father_son, .matyo_couple .mother_daughter, .matyo_couple .grandparents,  {
	
}

.matyo_couple .father_son {
	width: 551px;
	height: 1158px;
	left: 855px;
	top: 70px;
	z-index: 50;
}

.matyo_couple .father_son .texture {
	left: 0px;
	top: 0px;
	background-position: 0px 0px; 
	background-size: contain;

	transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;

	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.matyo_couple .mother_daughter {
	width: 430px;
	height: 962px;
	left: 600px;
	top: 261px;
	z-index: 45;
}

.matyo_couple .mother_daughter .texture {
	left: 0px;
	top: 0px;
	background-position: 0px 0px; 
	background-size: contain;

	transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;

	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.matyo_couple .grandparents {
	width: 700px;
	height: 1019px;
	left: 1220px;
	top: 175px;
	z-index: 55;
}

.matyo_couple .grandparents .texture {
	left: 0px;
	top: 0px;
	background-position: 0px 0px; 
	background-size: contain;

	transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;

	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.matyo_couple .click_bg {
	width: 100%;
	height: 100%;
	position: absolute;
}

.matyo_couple #matyo_info {
    z-index: 25;
    left: 200px;
    top: 0px;
    width: 560px;
    /*
    height: 380px;
    */
    position: absolute;
    display: block;

}

.matyo_couple #matyo_info .screen {
	position: absolute;
	width: 560px;
	padding-left: 100px;
	padding-bottom: 60px;
    padding-top: 40px;
    padding-right: 858px;
	background-color: rgba(0,0,0,0.8);
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    pointer-events: none;
}

.matyo_couple #matyo_info p {
    font-size: 3.2rem;
    line-height: 4.5rem;
    color: #ffffff;
}

.matyo_couple #matyo_info h2 {
    font-size: 5.3rem;
    font-weight: 400;
    font-family: 'Lora', serif;
    line-height: 3.2rem;
    color: #ff3333;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.screen#matyobg {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 0;

/*
    filter: blur(5px);
    -webkit-filter: blur(5px);
    */


}

.screen#matyobg .matyo_bg {
    z-index: 20;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../assets/textures/matyo_bg_2.jpg);
	width: 1940px;
	height: 1235px;

	transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
    transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
}

