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

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

@-webkit-keyframes popup {
    0%   {left:860px;}
    100% {left:-820px;}
}

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

