.head{height:100%;min-width:inherit;justify-content:center;align-items:center;display:flex}.parent{height:100%;width:100%;position:relative;top:0;left:0}.image1{height:auto;width:100%;position:relative;top:0;left:0}.image2{height:auto;width:100%;position:absolute;top:0;left:0}.none{display:none}@keyframes signatureAnimation{0%{opacity:0}40%{opacity:.8}to{opacity:0}}.signature-flicker{width:inherit;animation:signatureAnimation 5s infinite}@keyframes xtractiveAnimation{0%{opacity:0}20%{opacity:1}to{opacity:0}}.xtractive-flicker{width:inherit;animation:xtractiveAnimation 7s infinite}.loader{width:60px;height:60px;border:16px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}