#mainEye{
background:url(/images/mv_phone.jpg) no-repeat center top;
background-size: cover;
}
#mainEye {
	background-size: cover;
	position: relative;
	padding: 14% 0 0;
	overflow: hidden;
	min-height: 1px;
}  

@media screen and (min-width:641px){
	#mainEye{
		padding:0;
	}
}

@media screen and (min-width:980px){

#mainEye{
	display:flex;
    background:url(/images/mv.jpg) no-repeat center top;
    background-size: cover;
    position:relative;
    box-sizing:border-box;
    justify-content:space-between;
}	
.mainEye-inner-left{
	flex-grow:1;
}
.mainEye-inner-right{
	width:200px;
}

.mainEye-inner-left-content{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}


}
