#yagif1 {
width: 30%;
height: auto;
margin-top: 23px;
margin-left: -30px;
}

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

@-webkit-keyframes popup {
    0%   {top:23px; left:-30px;}
    100% {top:23px; left:890px;}
}

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