#yagif1a {
position: absolute;
width: 30%;
height: auto;
top: 143px;
padding-left: 33px;
}


#yagif2 {
	position: absolute;
	z-index: 1;
    width: 34%; /* Full width */
    left: 90px;
    bottom: 23px;
}

#yasub4 {
 position: relative;
    -webkit-animation-name: popup; 
    -webkit-animation-duration: 1.2s; 
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes popup {
    0%   {top:570px;left:90px;}
    100% {top:570px;margin-right:1280px;}
}