#yagif1 {
position: absolute;
width: 30%;
height: auto;
top: 153px;
left: 860px;
}



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

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

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